Skip to content

Instantly share code, notes, and snippets.

@hogashi
Created August 1, 2015 18:12
Show Gist options
  • Save hogashi/57bd402a27321b4965b5 to your computer and use it in GitHub Desktop.
Save hogashi/57bd402a27321b4965b5 to your computer and use it in GitHub Desktop.
hellopiyo.c
/* hellopiyo.c */
#include <stdio.h>
int main(void){
printf("hellopiyo\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment