exercism/c/hello-world/src/hello_world.c

6 lines
54 B
C

#include "hello_world.h"
const char *hello(void)
{
}