ENTRY

[ESC]
1hW:25S:1R:6

Hello, World!

#include <stdio.h>

int main(void) {

 //This is my first post; I thought of a different way to greet everyone here.

 printf("Hello, World!\n"); 

 return 0; 

}

6 replies

Log in to read the replies and join the conversation