Skip to content

Instantly share code, notes, and snippets.

@KentaYamada
Last active January 2, 2016 11:09
Show Gist options
  • Save KentaYamada/8295059 to your computer and use it in GitHub Desktop.
Save KentaYamada/8295059 to your computer and use it in GitHub Desktop.
C言語勉強用コード Study C Programing Language Code.
#include <stdio.h>
int main(void)
{
printf("Hello. Enjoy C Programing!!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment