luajit does support hashbangs
This commit is contained in:
parent
fad5da2e27
commit
0582895825
14 changed files with 23 additions and 7 deletions
2
day00/part1.lua
Normal file → Executable file
2
day00/part1.lua
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env luajit
|
||||
|
||||
io.input(arg[3])
|
||||
local min, max = math.huge, -math.huge
|
||||
for i = 1, io.read("*n") do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue