greeting2.c 75 B

123456
  1. #include <stdio.h>
  2. void greeting2(void)
  3. {
  4. printf("Hello world 2!\n");
  5. }