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