#include <iostream> int main() { // Hello world example std::cout << "Hello, world." << std::endl; }