About
Contact
QtCreator
KDevelop
Solarized
1
int
main
() {
2
int
ret
=
0
;
3
4
for
(
int
i
=
0
;
i
<
4
;
i
++)
5
ret
^=
1
;
6
7
return
ret
;
8
}
9