Написать на языке C++ пример
#include int main() { std::cout << "Hello, world!" << std::endl;<br>return 0; }