Advertisement
Sta99ot

WTF

May 31st, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.34 KB | None | 0 0
  1.  2018-05-31 12:44:38 ⌚  staggot-osx in ~/dump
  2. ○ → cat test.cpp
  3. #include <iostream>
  4.  
  5. using namespace std;
  6.  
  7. int main()
  8. {
  9.     cout << 'abcd' << endl;
  10.     return 0;
  11. }
  12.  
  13.  2018-05-31 12:44:53 ⌚  staggot-osx in ~/dump
  14. ○ → g++ test.cpp -o test
  15.  
  16.  2018-05-31 12:44:57 ⌚  staggot-osx in ~/dump
  17. ○ → ./test
  18. 1633837924 //0x61626364
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement