include <iostream> int main() { std::cout << "hello world"; return 0; }
Example 2: "Hello World" with Standard C++ Libraries.
Back to Article