index
:
exercism
this commit
master
My solutions for Exercism exercises
Andinus <andinus@nand.sh>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
c
/
hello-world
/
src
/
hello_world.c
blob: 6a108d37ff1c3242b960d1c8863a0d28db7b22b4 (
plain
) (
tree
)
3218258
^
1
2
3
4
5
#include
"hello_world.h"
const
char
*
hello
(
void
)
{
return
"Hello, World!"
;
}