Hello world!by Matheu Plouffein Random Codeon Posted on February 4, 2020November 9, 2024 #include <iostream> using namespace std; int main() { cout << "Hello, World!"; return 0; }