Advertisement
Guest User

main.cxx

a guest
Aug 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. #include "game.h"
  4.  
  5. int main(){
  6.     cout<<"hello world!\n";
  7.     return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement