Sha256: 3958e0df0fb7532ca39dabc0ef5d9f4967d444af3f1bfe2172869b1c6a6f7b1e

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

//
//  main.mm
//  Instiki
//
//  Created by Allan Odgaard on Thu May 20 2004.
//  Copyright (c) 2004 MacroMates. All rights reserved.
//

#import <Cocoa/Cocoa.h>

int main (int argc, char const* argv[])
{
	return NSApplicationMain(argc, argv);
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
instiki-0.10.0 natives/osx/desktop_launcher/main.mm