commit 63543ad494c985ed2ef592919ad87b2cf4a183f3 Author: xqq27 <834160466@qq.com> Date: Fri Aug 15 13:34:51 2025 +0800 1 diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..1cfc0ce --- /dev/null +++ b/hello.c @@ -0,0 +1,9 @@ +#ifndef __HELLO_C__ +#define __HELLO_C__ + + + +#define HELLO (1u) + + +#endif \ No newline at end of file