data: sample project updates and fixes

* removed errors from tictactoe sample project
* updated project version of sample projects
This commit is contained in:
mlangkabel
2018-03-20 20:23:48 +01:00
parent 449f90b361
commit ce78412190
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ int main() {
TicTacToe tictactoe;
while ( tictactoe.Start() ) {
tictactoe.Ru();
tictactoe.Run();
}
return 0;