playground/py/py.justfile
2024-04-26 20:35:15 +09:00

5 lines
97 B
Text

@run-py:
python py/.py < ./input.txt
@bench-py:
hyperfine 'python py/.py < ./input.txt'