Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
hello_world.h
1#ifndef HELLO_WORLD_H
2#define HELLO_WORLD_H
3
4const char *hello(void);
5
6#endif