The lectures for this class will be in Japanese, but non-Japanese-speaking students are encouraged to join. Adequate materials to learn the topic and complete the assignments will be available in English.
#include <stdio.h>
main()
{
  printf("Hello, world.\n");
}