Create README.md

This commit is contained in:
Gregory Campbell
2021-07-08 21:58:21 -04:00
committed by GitHub
parent cf4eadac90
commit 693cdf3ce3
+5
View File
@@ -0,0 +1,5 @@
# ada-knights-tour
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