You are viewing a single comment's thread. Return to all comments →
int main() { char s[100]; gets(s); printf("Hello, World! \n"); puts(s); return 0; }
Seems like cookies are disabled on this browser, please enable them to open this website
An unexpected error occurred. Please try reloading the page. If problem persists, please contact support@hackerrank.com
"Hello World!" in C
You are viewing a single comment's thread. Return to all comments →
include
include
include
include
int main() { char s[100]; gets(s); printf("Hello, World! \n"); puts(s);
return 0; }