#import <objc/objc.h> #import <objc/Object.h> #import <Foundation/Foundation.h> @implementation TestObj int main() { // your code goes here return 0; } @end
#include <iostream>
using namespace std;
int main(void) {
cout << "It's working\n" << endl;
}