blob: 3ba512c10d0732a9e434044a2ecd020689009da4 [file] [log] [blame]
b.liud440f9f2025-04-18 10:44:31 +08001#ifndef _HELLO_WORLD_H
2#define _HELLO_WORLD_H
3
4#define HELLO_WORLD "Hello World!"
5
6#endif /* _HELLO_WORLD_H */