From 3d9c983922487be37bc73800ddfd3da0a937b1b3 Mon Sep 17 00:00:00 2001 From: Gregory Campbell Date: Thu, 8 Jul 2021 22:06:36 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36a5207..6b5d8ca 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ 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.