Test-Merge/hello.c

9 lines
71 B
C
Raw Normal View History

2025-08-15 13:34:51 +08:00
#ifndef __HELLO_C__
#define __HELLO_C__
#define HELLO (1u)
#endif