index
:
learn-c
main
Exercises from C programming book
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ex1-7.c
blob: e84b0afa2e9cb71400cc35610b7198b80cce5548 (
plain
)
1
2
3
4
5
#include <stdio.h> int main(void) { printf("%d\n", EOF); return 0; }