TheAlgorithms-C/exercism/hello_world/hello_world.h

7 lines
78 B
C
Raw Permalink Normal View History

2018-01-25 05:24:43 +08:00
#ifndef HELLO_WORLD_H
#define HELLO_WORLD_H
const char *hello(void);
#endif