fork download
  1. #import <objc/objc.h>
  2. #import <objc/Object.h>
  3. #import <Foundation/Foundation.h>
  4.  
  5. @implementation TestObj
  6. int main()
  7. {
  8. // your code goes here
  9. return 0;
  10. }
  11. @end
Success #stdin #stdout 0s 5476KB
stdin
Standard input is empty
stdout
Standard output is empty