blob: c6ed87daa067cc301dc02989522db7a2a230d78d [file] [log] [blame]
#include <stdio.h>
void greeting2(void)
{
printf("Hello world 2!\n");
}