TheAlgorithms-C/exercism/hello_world/hello_world.h
2020-01-09 10:27:32 +01:00

7 lines
78 B
C

#ifndef HELLO_WORLD_H
#define HELLO_WORLD_H
const char *hello(void);
#endif