Advertisement
Guest User

newfile.cxx

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. #include <iostream>
  2. #include <conio.h>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout << "Mój pierwszy program c++";
  7.     getch();
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement