Mega Code Archive
Categories
/
C
/
Code Snippets
Display Hello and your name
#include
void main() { printf("Hello I am Superman"); }