lichess_2023_janoct / script.py
ezhang7423
add usage instructions
5244dca
raw
history blame
107 Bytes
# usage: $ zstdcat lichess_db.pgn.zst | python script.py
import sys
for line in sys.stdin:
print(line)