test-hello.c 59 B

123456
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. return puts("hi");
  5. }