mirror of
https://github.com/lucaspalomodevelop/cpp_stuff.git
synced 2026-03-12 22:47:22 +00:00
6 lines
94 B
C++
6 lines
94 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << "Hello World!"<< std::endl;
|
|
return 0;
|
|
} |