summary refs log tree commit diff stats
path: root/c/hello-world/src/hello_world.c
blob: 6a108d37ff1c3242b960d1c8863a0d28db7b22b4 (plain) (blame)
1
2
3
4
5
#include "hello_world.h"

const char *hello(void) {
   return "Hello, World!";
}