7 lines
81 B
Objective-C
7 lines
81 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
int main()
|
|
{
|
|
printf("uwu\n");
|
|
return 0;
|
|
}
|