About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
3
int
main
(
) {
4
int
i
=
1
;
5
return
i
;
// Break here
6
}
7