mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +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);
							 | 
						||
| 
								 | 
							
								}
							 |