greet.c 62 B

123
  1. #include <stdio.h>
  2. void greet(void) { puts("Hello world!"); }