index
:
c-knr-exercises
main
Implementations of the exercises from The C Programming Language (Second Edition).
Zhineng Li <
[email protected]
>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ch01
/
ex01-hello.c
blob: 53f40808225482a658563e2b6eb37e0e2c622fdb (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main() { printf("hello, world\n"); }