index
:
xlgmokha/c_book.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello.c
blob: e001c729ce4c4a725b2400f29dc7001fd95a8424 (
plain
)
1
2
3
4
5
6
#include "stdio.h" int main() { printf("hello, world\n"); }