mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-24 20:57:37 +01:00
14 lines
236 B
Mathematica
14 lines
236 B
Mathematica
|
//
|
||
|
// main.m
|
||
|
// I2Pd
|
||
|
//
|
||
|
// Created by Mikal Villa on 29/03/16.
|
||
|
// Copyright © 2016 Purple I2P. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
int main(int argc, const char * argv[]) {
|
||
|
return NSApplicationMain(argc, argv);
|
||
|
}
|