Mega Code Archive

 
Categories / C / Console
 

Prints Hello on standard output

#include <stdio.h> main() {     printf("Hello \n"); }