mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
5 lines
109 B
C
5 lines
109 B
C
|
#include "hello_world.h"
|
||
|
|
||
|
// Define the function itself.
|
||
|
const char *hello(void) { return "Hello, World!"; }
|