Advertisement
westron

wtf is this

Apr 8th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. #include <iostream>
  2. #include <stdio.h>
  3. #include <Windows.h>
  4. using namespace std;
  5.  
  6. void main()
  7. {
  8.     char as[10];
  9.     while (strcmp(as, "0"))
  10.     {
  11.         printf("hi\n\n");
  12.         cin >> as;
  13.     }
  14.     cout << "the end\n";
  15.     system("pause");
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement