Test-Merge/hello.c
2025-08-15 13:37:25 +08:00

9 lines
72 B
C

#ifndef __HELLO_C__
#define __HELLO_C__
#define HELLO (22u)
#endif