mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-21 22:34:51 +00:00
5 lines
96 B
Python
5 lines
96 B
Python
def hello():
|
|
try:
|
|
print "Hello, world"
|
|
except IOError, e:
|
|
print e.errno
|