cosmopolitan/third_party/python/Lib/hello.py
Justine Tunney b5f743cdc3 Begin incorporating Python unit tests into build
We now build a separate APE binary for each test so they can run in
parallel. We've got 148 tests running fast and stable so far.
2021-09-12 21:04:44 -07:00

9 lines
180 B
Python

import hashlib
# import sys
# import urllib.request
# with urllib.request.urlopen("http://justine.lol") as resp:
# sys.stdout.buffer.write(resp.read())
# print("hello world")