About
Contact
QtCreator
KDevelop
Solarized
1
int
foo
=
1
;
2
3
int
main
(
int
argc
,
char
**
argv
) {
return
foo
; }
4