mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			Mathematica
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			Mathematica
		
	
	
	
	
	
|   | //
 | ||
|  | //  main.m
 | ||
|  | //  PythonLauncher
 | ||
|  | //
 | ||
|  | //  Created by Jack Jansen on Fri Jul 19 2002.
 | ||
|  | //  Copyright (c) 2002 __MyCompanyName__. All rights reserved.
 | ||
|  | //
 | ||
|  | 
 | ||
|  | #import <Cocoa/Cocoa.h>
 | ||
|  | 
 | ||
|  | int main(int argc, const char *argv[])
 | ||
|  | {
 | ||
|  |     return NSApplicationMain(argc, argv);
 | ||
|  | }
 |