uwu/uwu.m

8 lines
81 B
Objective-C

#import <Foundation/Foundation.h>
int main()
{
printf("uwu\n");
return 0;
}