From 693cdf3ce30246f267d4e180b2d5edd148307c70 Mon Sep 17 00:00:00 2001 From: Gregory Campbell Date: Thu, 8 Jul 2021 21:58:21 -0400 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md 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