Poison title 3

Series: C言語入門

This is body. c言語のコードだよ。

#include <stdio.h>

int main(){
  printf("Hello, world!\n");
  return 0;
}