Hello World

CPP Guest 1 Views Size: 87 bytes Posted on: Aug 15, 25 @ 6:20 PM
  1. #include <iostream>
  2.  
  3. int main() {
  4.     std::cout << "Hello World!";
  5.     return 0;
  6. }

Raw Paste