mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
7 lines
109 B
Objective-C
7 lines
109 B
Objective-C
#import <stdio.h>
|
|
|
|
int main( int argc, const char *argv[] ) {
|
|
printf( "hello world\n" );
|
|
return 0;
|
|
}
|