About
Contact
QtCreator
KDevelop
Solarized
1
int
main
(
) {
2
int
i
=
30
;
3
return
0
;
// break here
4
}
5