6 lines
178 B
Markdown
6 lines
178 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
|