luajit does support hashbangs
This commit is contained in:
parent
fad5da2e27
commit
0582895825
14 changed files with 23 additions and 7 deletions
2
day01/part1.lua
Normal file → Executable file
2
day01/part1.lua
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env luajit
|
||||
|
||||
local count = 0
|
||||
local previous
|
||||
for number in io.lines(arg[3]) do
|
||||
|
|
2
day01/part2.lua
Normal file → Executable file
2
day01/part2.lua
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env luajit
|
||||
|
||||
local count = 0
|
||||
local a, b, c
|
||||
for line in io.lines(arg[3]) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue