Skip to content

Instantly share code, notes, and snippets.

@yimingtang
Created June 24, 2014 09:57
Show Gist options
  • Save yimingtang/a5c0de56b94d24e1f636 to your computer and use it in GitHub Desktop.
Save yimingtang/a5c0de56b94d24e1f636 to your computer and use it in GitHub Desktop.
Hello World
#include <stdio.h>
int main(void)
{
printf("Hello World\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment