Skip to content

Instantly share code, notes, and snippets.

@ratanparai
Created April 18, 2017 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratanparai/11707c685a09c4efb7aaa92f323aff67 to your computer and use it in GitHub Desktop.
Save ratanparai/11707c685a09c4efb7aaa92f323aff67 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdlib.h>
int main() {
printf("Hello World!\n");
return EXIT_SUCCESS;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment