index
:
code
master
Code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c
/
hello-c
/
hello.c
blob: c63efdbf2898576a90947203ec7d4eb23d7d89a3 (
plain
)
1
2
3
4
5
6
#include <stdio.h> main() { printf("Hello C\n"); }