mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
7 lines
78 B
C
7 lines
78 B
C
|
#ifndef HELLO_WORLD_H
|
||
|
#define HELLO_WORLD_H
|
||
|
|
||
|
const char *hello(void);
|
||
|
|
||
|
#endif
|