This website requires JavaScript.
Explore
Help
Sign In
PlexSheep
/
c-basic
Watch
1
Star
0
Fork
You've already forked c-basic
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0e95262ce0
c-basic
/
unary-double-not.c
7 lines
73 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
%d
\n
"
,
!
!
42
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink