Update README.md

This commit is contained in:
千住柱間 2026-06-01 04:03:01 +00:00
commit 4c16a50a2a

View file

@ -1,3 +1,12 @@
# java-examples
examples of non-trivial operations in java
examples of non-trivial operations in java
## freebsd workflow
```shell
$ . env.sh
$ cd projects/hello-fx
$ pkg install javafx14
$ mvn clean compile
$ . bin/run.sh
```