hello_world.c 58 B

12345
  1. #include <stdio.h>
  2. main()
  3. {
  4. printf("hello, world\n");
  5. }