index
:
hello.git
master
Test repository.
rayi512x <
[email protected]
>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello.c
blob: f65fc6698e61d890aa993c9f2aea8959d524ad95 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(void) { printf("Hello, world!\n"); return 0; }