main.c 57 B

123
  1. #include "greet.h"
  2. int main(void) { greet(); return 0; }