hello.c 32 B

1234
  1. int hello(void)
  2. {
  3. return 42;
  4. }