MrAlex

checking

Sep 6th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. int main()
  2. {
  3.     char board[9];
  4.     for(int i = 0;i<8;i++)
  5.         board[i] = '0';
  6.     //void Init(arr);
  7.     //void Print(arr);
  8.     cout<<"hello world"<<endl;
  9.     int a = 0;
  10.     check(a);
  11.  
  12.  
  13.     return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment