Skip to content

Instantly share code, notes, and snippets.

@kusa-mochi
Created April 29, 2021 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kusa-mochi/b4460074f463404ff153ae111aaf203f to your computer and use it in GitHub Desktop.
Save kusa-mochi/b4460074f463404ff153ae111aaf203f to your computer and use it in GitHub Desktop.
ソースコードの簡単な説明
#include <stdio.h>
// エントリポイント
int main() {
printf("てすてす");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment