#include using namespace std; int main() { // your code goes here char S[] = "Hello World!"; cout << S << endl; return 0; }