Skip to content

***************************/ #include <stdio.h> int main() { printf("Hello World"); return 0; }#include <stdio.h> // Include the standard input/output library int main() { // Print "Hello, World!" to the console printf("Hello, World!\n"); // Return 0 to indicate successful program termination return 0; } #8512

Closed Locked Unanswered
Souravpatell14 asked this question in General
Discussion options

You must be logged in to vote

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants