• MorphOS Developer
    stefkos
    Posts: 96 from 2004/2/4
    save this into file test.c:

    #include <stdio.h>

    int main()
    {
    printf("goodbye, cruel world!\n);
    return(0);
    }

    then in shell enter:
    gcc -noixemul test.c -o test
    after that you will find test file in same directory, you can run it:)
  • »02.09.10 - 17:26
    Profile Visit Website