// // Created by Elie Baier on 23.02.24. // #include "iostream" using namespace std; int main() { cout << "Hello World" << endl; }