Anophoo

ss

Sep 13th, 2017
96
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. using namespace std;
  3.  
  4. int add(int a, int b) {
  5. return a + b;
  6. }
  7.  
  8. int main() {
  9. cout << "Hello World";
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment