About
Contact
QtCreator
KDevelop
Solarized
1
#import
"Point.h"
2
3
int
main
() {
4
Point *
p
= [Point new];
5
// break here
6
return
0
;
7
}
8