Skip to content

Instantly share code, notes, and snippets.

@nocd5
Last active August 29, 2015 14:08
Show Gist options
  • Save nocd5/8ca5146ae4c29db68796 to your computer and use it in GitHub Desktop.
Save nocd5/8ca5146ae4c29db68796 to your computer and use it in GitHub Desktop.
gistと連携したらどうなるんだろう? ref: http://qiita.com/nocd5/items/1c44e37dca92b0b2bdca
#include <stdio.h>
int main(){
printf("Hello World!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment