About
Contact
QtCreator
KDevelop
Solarized
1
int
main
(
int
argc
,
char
const
*
argv
[])
2
{
3
return
argc
;
// break here
4
}
5
6