About
Contact
QtCreator
KDevelop
Solarized
1
int
foo
() {
return
42
; }
2
3
int
main
() {
4
#line
0
5
return
foo
();
6
}
7