From 4997ccb8dac56acb0422b97021117e718fb87b59 Mon Sep 17 00:00:00 2001 From: Sandipsinh Rathod Date: Fri, 11 Oct 2024 19:42:10 -0400 Subject: [PATCH] fix cmd in readme --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.