Files
ada-knights-tour/README.md
T
2021-07-08 22:06:36 -04:00

8 lines
236 B
Markdown

# 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
You can also run `make clean` to clean up the directory.