8 lines
68 B
C
8 lines
68 B
C
#include <greeting.h>
|
|
|
|
int main(void)
|
|
{
|
|
greeting();
|
|
return 0;
|
|
}
|