Hello, world! Roman Dec 30, 2022 #include <iostream> int main() { std::cout << "Hello, world!" << std::endl; return 0; }