fix cmd in readme

This commit is contained in:
Sandipsinh Rathod 2024-10-11 19:43:46 -04:00
parent dde0085ce5
commit d8e83f20a0
No known key found for this signature in database

@ -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 && ./dotsandboxes hw2.txt
g++ -ansi -pedantic -Wall dotsandboxes.cxx -o dotsandboxes && ./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.