C ‘Hallo World’ // my first program in C++ #include <iostream> int main() { std::cout << "Hello World!"; }