RaptorEagleV/main.cpp
2024-12-01 20:16:00 +03:00

10 lines
108 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}