blob: 2dec0e7a127e062def109a954cb8c56b41515dd3 [file] [log] [blame]
#include <stdio.h>
#include "helloworld.h"
int main(int argc, char *argv[])
{
printf("%s\n", HELLO_WORLD);
return 0;
}