fork download
  1. #include <Foundation/Foundation.h>
  2.  
  3. int main() {
  4. NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  5. NSLog(@"%@", [@"_" stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]);
  6. [pool release];
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0.02s 10872KB
stdin
Standard input is empty
stdout
Standard output is empty