add utils, use luajit which seems faster
This commit is contained in:
parent
87637a4682
commit
fad5da2e27
5 changed files with 33 additions and 25 deletions
5
run
Executable file
5
run
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
day="$1"
|
||||
part="$2"
|
||||
|
||||
luajit "day${day}/part${part}.lua" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue