8 lines
101 B
C
8 lines
101 B
C
#include <stddef.h>
|
|
#include "hello_world.h"
|
|
|
|
const char *hello(void)
|
|
{
|
|
return "Hello, World!";
|
|
}
|