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