Archived
1
This repository has been archived on 2022-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
brainfuck/Ook/Ook/main.m
Kim Wittenburg ca3436da44 Archive Project
2017-07-25 16:07:48 +02:00

15 lines
240 B
Objective-C
Executable File

//
// main.m
// Ook
//
// Created by Kim Wittenburg on 20.05.13.
// Copyright (c) 2013 ook. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}