About
Contact
QtCreator
KDevelop
Solarized
1
void
foo
() {}
2
void
bar
() {}
3
4
int
main
() {
5
foo
();
6
bar
();
7
return
0
;
8
}
9