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

Post a Comment

0 Comments