This website requires JavaScript.
Explore
Help
Register
Sign In
slococo-uni
/
bcssocket
Watch
1
Star
0
Fork
You've already forked bcssocket
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c150cb1e4e
bcssocket
/
quine.c
2 lines
95 B
C
Raw
Blame
History
main
(
)
{
char
*
s
=
"
main() { char *s=%c%s%c; printf(s,34,s,34,10); }%c
"
;
printf
(
s
,
34
,
s
,
34
,
10
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink