diff --git a/README.md b/README.md new file mode 100644 index 0000000..36a5207 --- /dev/null +++ b/README.md @@ -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