Guest

Rever

Jan 9th, 2026
9
0
Never
Not a member of gistpad yet? Sign Up, it unlocks many cool features!
C++ 0.85 KB | Source Code | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. cout << "Hello World!";
  6. return 0;
  7. }
RAW Gist Data Copied