Hi everyone!

I am new to GNUstep and Objective C and some things seem difficult to
understand for me...I hope you can help me. Precision : I'm on Windows.

After installing the thing, I tried a simple hello world, so I put this code
in a hello.h :

#import <stdio.h>

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

and now, how do I compile?

I'm a little bit lost...
Thank you for your help.
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to