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/8033ea0a04b9474f7ade76257b5f9353 to your computer and use it in GitHub Desktop.
Save vincentntang/8033ea0a04b9474f7ade76257b5f9353 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