Update README.md

This commit is contained in:
Gregory Campbell
2021-07-08 22:06:36 -04:00
committed by GitHub
parent 693cdf3ce3
commit 3d9c983922
+2
View File
@@ -3,3 +3,5 @@
I used Ada to create a program that solves the Knights tour problem.
Just run `make` to set up an executable and then run `./Knightstour` to run the program
You can also run `make clean` to clean up the directory.