About
Contact
QtCreator
KDevelop
Solarized
1
int
main
(
) {
2
int
*
myInt
=
0
;
3
return
*
myInt
;
4
}
5