exercism

Exercism solutions.
git clone git://code.dwrz.net/exercism
Log | Files | Refs

hello_world.h (78B)


      1 #ifndef HELLO_WORLD_H
      2 #define HELLO_WORLD_H
      3 
      4 const char *hello(void);
      5 
      6 #endif