data: sample project updates and fixes
* removed errors from tictactoe sample project * updated project version of sample projects
This commit is contained in:
@@ -4,7 +4,7 @@ int main() {
|
||||
TicTacToe tictactoe;
|
||||
|
||||
while ( tictactoe.Start() ) {
|
||||
tictactoe.Ru();
|
||||
tictactoe.Run();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user