fix cmd in readme
This commit is contained in:
parent
dde0085ce5
commit
d8e83f20a0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user