diff --git a/.github/hi.m b/.github/hi.m deleted file mode 100644 index 9393bd33..00000000 --- a/.github/hi.m +++ /dev/null @@ -1,7 +0,0 @@ -#import - -@implementation Hello -NSString *hi() { - return @"Hello world"; -} -@end