fork(38) download
  1. #import <Foundation/Foundation.h>
  2.  
  3. int main (int argc, const char *argv[])
  4. {
  5. NSLog (@"Hello World");
  6. return (0);
  7. }
Success #stdin #stdout 0.02s 10872KB
stdin
Standard input is empty
stdout
Standard output is empty