Files
pkgsrc-ng/lang/gcc45/files/hello.m
Lionel Sambuc 1ca9a4053c Revert "lang/gcc45"
This reverts commit 64ebd7810abdfd6893bd4717cf6b60311df6768c.
2016-12-04 09:10:07 +01:00

7 lines
109 B
Objective-C

#import <stdio.h>
int main( int argc, const char *argv[] ) {
printf( "hello world\n" );
return 0;
}