index
:
ck
master
ck - the config keeper
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: e4acf4da92d77d9cc8e8ad095e77386d10ce6a11 (
plain
) (
tree
)
ef16959
1
2
3
4
5
6
#include
"stdio.h"
int
main
()
{
printf
(
"Hello World
\n
"
);
}