mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-26 07:19:55 +03:00
7 lines
78 B
C
7 lines
78 B
C
#ifndef HELLO_WORLD_H
|
|
#define HELLO_WORLD_H
|
|
|
|
const char *hello(void);
|
|
|
|
#endif
|