diff --git a/README.txt b/README.txt index 735f34e..86b8f10 100644 --- a/README.txt +++ b/README.txt @@ -13,7 +13,7 @@ Task: The player(s) with the most points wins/ties. Command used to compile: - g++ -ansi -pedantic -Wall dotsandboxes.cxx -o dots-and-boxes && ./dots-and-boxes hw2.txt + g++ -ansi -pedantic -Wall dotsandboxes.cxx -o dots-and-boxes && ./dotsandboxes hw2.txt Note: 1. Although we are not allowed to use STL, I talked to the professor and he allowed me to use it for throwing errors.