hello_world.c (80B)
1 #include "hello_world.h" 2 3 const char *hello(void) 4 { 5 return "Hello, World!"; 6 }