Advertisement
k1w1z0r

hello_world

Jun 19th, 2024
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. // Prints "Hello, World!" to the console
  4. int main() {
  5.     std::cout << "Hello, World!" << std::endl;
  6.     return 0;
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement