Skip to content

Instantly share code, notes, and snippets.

@vincentntang
Created July 28, 2016 05:46
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 vincentntang/e66fc1c4be3adb3e3388325c116aaa8f to your computer and use it in GitHub Desktop.
Save vincentntang/e66fc1c4be3adb3e3388325c116aaa8f to your computer and use it in GitHub Desktop.
gist description
#include <stdio.h>
int main (void) {
printf("Hello World");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment