Guest User

Untitled

a guest
Oct 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <iostream>
  2. #include "Register.hpp"
  3.  
  4. int main(int argc, const char * argv[])
  5. {
  6. std::cout << rax << " " << rbx << std::endl;
  7. return 0;
  8. }
Add Comment
Please, Sign In to add comment