matrixmath/README.md
Vincent Batts b1db4b75eb
README: note on the package installed
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2023-10-03 16:21:07 -04:00

18 lines
184 B
Markdown

# Hello Java project
took a look at https://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html
## setup
on debian:12
```shell
apt install ant
```
## run
```shell
ant run
```