Documentation

GNU Objective-C Compiler
Compiler
GObjC
Name
GNU Objective-C Compiler
Language
Objective-C
Program and version
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Description
GNU Objective-C Compiler
Type
compiler
Flags1
-D_JUDGE_ -DNDEBUG -O2
Flags2
Extension
.m
Status
Ok

P68688
#import <stdio.h>

int main( int argc, const char *argv[] ) {
    printf( "Hello world!\n" );
    return 0;
}