Guest User

Untitled

a guest
Jul 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # Hello world, C++
  2.  
  3. #include <iostream.h>
  4.  
  5. int main()
  6. {
  7. cout << "Hello World!";
  8. system("pause")
  9. return 0;
  10. }
  11.  
  12. #Hello world, ruby
  13.  
  14. print "Hello World!"
Add Comment
Please, Sign In to add comment