8 lines
93 B
C
8 lines
93 B
C
#include <stdio.h>
|
|
|
|
void greeting2(void)
|
|
{
|
|
printf("Hello world 2!\n");
|
|
fflush(stdout);
|
|
}
|