Skip to content

Instantly share code, notes, and snippets.

@pineapplehunter
Last active April 24, 2022 13:47
Show Gist options
  • Select an option

  • Save pineapplehunter/2ec9ac42cb22077967aa3d0dfb6b50a6 to your computer and use it in GitHub Desktop.

Select an option

Save pineapplehunter/2ec9ac42cb22077967aa3d0dfb6b50a6 to your computer and use it in GitHub Desktop.
C言語ワークショップで使うハローワールドのコード
#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