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

8 lines
71 B
C

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