Guest

Reverse

Jan 9th, 2026
257
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 Paste Data Copied