index
:
k&r-exercises
master
Solutions to the exercises in K&R from my days of learning C.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
1
/
1.c
blob: 54a88e966bf87a936f23feaf13dbea28dee8d3c1 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(int argc, char *argv[]) { printf("hello, world\n"); }