Test-Merge/hello.c
2025-08-15 13:34:51 +08:00

9 lines
71 B
C

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