open_in_new
content_copy
int main() { /* printf() function to write Hello, World! */ printf( "Hello, World!" ); }