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