Major Restructuring
N0ffie switched to mingw (fixing linux warnings)
This commit is contained in:
parent
384c758295
commit
8e0e9ceb7c
26 changed files with 1016 additions and 2921 deletions
6
examples/Full/TicTacToe/src/main.cpp
Normal file
6
examples/Full/TicTacToe/src/main.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <iosteam>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello World" << std::endl;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue