blob: dbf90e314ff447a38abacabb2c28755bd98a1a86 [file] [log] [blame]
#include <greeting.h>
int main(void)
{
greeting();
return 0;
}