hello_with_greeting.c 68 B

1234567
  1. #include <greeting.h>
  2. int main(void)
  3. {
  4. greeting();
  5. return 0;
  6. }