Skip to content

Instantly share code, notes, and snippets.

@bparanj
Created April 11, 2018 08:41
Show Gist options
  • Save bparanj/64ec0d31f8dbf183e3b808f42c13228a to your computer and use it in GitHub Desktop.
Save bparanj/64ec0d31f8dbf183e3b808f42c13228a to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main()
{
printf("Hello World!");
printf("\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment