Skip to content

Instantly share code, notes, and snippets.

@ThePratikSah
Last active July 17, 2017 13:08
Show Gist options
  • Save ThePratikSah/3683f3002b087c224586fac61d1f1f1f to your computer and use it in GitHub Desktop.
Save ThePratikSah/3683f3002b087c224586fac61d1f1f1f to your computer and use it in GitHub Desktop.
//A simple code.
/*
Author: Pratik Sah
Topic: For printing Hello World!
*/
#include <stdio.h>
main() {
printf("Hello World!\n");
//here '\n' is used for printing a new line.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment