matrixmath/README.md

19 lines
184 B
Markdown
Raw Normal View History

# Hello Java project
took a look at https://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html
2023-10-03 20:19:23 +00:00
## setup
on debian:12
```shell
apt install ant
```
## run
```shell
ant run
```