fix cmd in readme
This commit is contained in:
parent
85c6caa5ff
commit
4997ccb8da
@ -13,7 +13,7 @@ Task:
|
|||||||
The player(s) with the most points wins/ties.
|
The player(s) with the most points wins/ties.
|
||||||
|
|
||||||
Command used to compile:
|
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:
|
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.
|
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