You are on page 1of 2

Hello world!

// my first program in C++


#include <iostream>
int main()

{
std::cout << "Hello World!";
}

You might also like