About
Contact
QtCreator
KDevelop
Solarized
1
int
main
() {
2
long
foo
=
1234
;
3
4
return
0
;
// break here
5
}
6