About
Contact
QtCreator
KDevelop
Solarized
1
extern
void
f
();
2
3
int
main
() {
4
f
();
5
return
0
;
6
}
7