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