ezhang7423
add all
0b3aa8c
raw
history blame contribute delete
107 Bytes
# usage: $ zstdcat lichess_db.pgn.zst | python script.py
import sys
for line in sys.stdin:
print(line)