waf/demos/c/file-include/main.c

8 lines
75 B
C

#include<stdio.h>
int main()
{
printf("%s\n", HELLO_WORLD);
return 0;
}