Files
ada-knights-tour/README.md
T

6 lines
178 B
Markdown
Raw Normal View History

2021-07-08 21:58:21 -04:00
# 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