7 lines
78 B
C
Raw Normal View History

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