mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-17 23:05:42 +00:00
Rename samples subdirectories
This commit is contained in:
7
samples/Objective-C/hello.m
Normal file
7
samples/Objective-C/hello.m
Normal file
@@ -0,0 +1,7 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
NSLog(@"Hello, World!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user