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

5 lines
97 B
Text

@run-js:
node ./js/.js < ./input.txt
@bench-js:
hyperfine 'node ./js/.js < ./input.txt'