Advertisement
f0f077

Untitled

Jan 24th, 2023
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. C++ Syntax
  2. #include <iostream>
  3. using namespace std;
  4.  
  5. int main() {
  6.   cout << "Hello World!";
  7.   return 0;
  8. }
  9. https://cuty.io/Z6SEYPDQk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement