Mega Code Archive

 
Categories / C / Code Snippets
 

Display Hello and your name

#include<stdio.h> void main() { printf("Hello I am Superman"); }