This website requires JavaScript.
Explore
Help
Sign In
NaiJi
/
solutions
Watch
1
Star
0
Fork
You've already forked solutions
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
536dc5aca7
solutions
/
The C Programming Language
/
1.6.c
7 lines
79 B
C
Raw
Blame
History
#
include
<stdio.h>
main
(
)
{
printf
(
"
EOFing is 1: %d
\n
"
,
getchar
(
)
!
=
EOF
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink