fork download
  1. #import<foundation/foundation.h>
  2.  
  3. int main (int argc, const char * argv[])
  4. {
  5. NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
  6. NSLog (@”Programming is fun!);
  7. [pool drain];
  8. return 0;
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(3, 18) Error: ')' expected
stdout
Standard output is empty