About
Contact
QtCreator
KDevelop
Solarized
1
int
func
(
void
) {
return
5
; }
2
3
int
main
(
int
argc
,
const
char
*
argv
[]) {
return
func
(); }
4