mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
0c4c56ff39
README.cosmo contains the necessary links.
7 lines
183 B
Python
Executable file
7 lines
183 B
Python
Executable file
#! /usr/bin/env python
|
|
|
|
"""Run this file under Unix, or when debugging under Windows.
|
|
Run the file pynche.pyw under Windows to inhibit the console window.
|
|
"""
|
|
import Main
|
|
Main.main()
|