mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 09:17:53 +00:00
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.
9 lines
180 B
Python
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")
|