index
:
unf-legacy
this commit
trunk
wip/durability
unfathomable monorepo archive
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ripple
/
data
/
hello.c
blob: a262b3fae724df773067d710294ff252d84d4690 (
plain
)
1
2
3
4
5
#include
<stdio.h>
int
main
()
{
printf
(
"hello, world!
\n
"
);
}