Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. #include "stdafx.h"
  2. #include <iostream>;
  3. using namespace std;
  4. int main()
  5. {
  6. cout << * << endl;
  7. return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement