Skip to content

Instantly share code, notes, and snippets.

@yoshiiz
Created October 23, 2017 15:12
Show Gist options
  • Save yoshiiz/475e0072aa1f6f56274f340350254f5b to your computer and use it in GitHub Desktop.
Save yoshiiz/475e0072aa1f6f56274f340350254f5b to your computer and use it in GitHub Desktop.
[C言語] ソースコードのサンプル
#include <stdio.h>
int main(void)
{
printf("Hello!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment