blob: 2dec0e7a127e062def109a954cb8c56b41515dd3 [file] [log] [blame]
b.liud440f9f2025-04-18 10:44:31 +08001#include <stdio.h>
2
3#include "helloworld.h"
4
5int main(int argc, char *argv[])
6{
7 printf("%s\n", HELLO_WORLD);
8 return 0;
9}