Skip to content

Instantly share code, notes, and snippets.

@fanzeyi
Created February 12, 2012 05:36
Show Gist options
  • Save fanzeyi/1806562 to your computer and use it in GitHub Desktop.
Save fanzeyi/1806562 to your computer and use it in GitHub Desktop.
```C
#include <stdio.h>
#include <stdlib.h>
int main() {
printf("Hello!");
return 0;
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment