#include <iostream>

int main() {
    std::cout << "Hello World from C++!" << std::endl;
    return 0;
}
