Files
code-dumps/java/RandomPassword/README.md
T
xpk f5dafe8cbb DOC: Added readme for RandomPassword
Provided instructions to create native executable
2025-05-13 15:56:50 +08:00

6 lines
107 B
Markdown

# Generate native image
```bash
native-image -Djava.io.tmpdir=~/tmp --parallelism=4 PasswordGenerator
```