diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 8 insertions, 0 deletions
@@ -1 +1,2 @@ out/ +trees/
\ No newline at end of file @@ -1,3 +1,10 @@ # CLP Project Project for the AA 2023/2024 **Complementi di programmazione**'s course of the Master Degree in Computer Science. + +# How to start + +```shell +make +make runall +``` |