5 lines
67 B
Objective-C
5 lines
67 B
Objective-C
#import<stdio.h>
|
|
|
|
int main(int argc, char **argv) {
|
|
return 0;
|
|
} |