This website requires JavaScript.
Explore
Help
Sign In
tibor
/
exc
Watch
1
Star
0
Fork
You've already forked exc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
exc
/
k&r
/
01-a-tutorial-introduction
/
01-06.c
7 lines
74 B
C
Raw
Permalink
Blame
History
#
include
<stdio.h>
void
main
(
)
{
printf
(
"
%d
\n
"
,
getchar
(
)
!
=
EOF
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink