luajit does support hashbangs
This commit is contained in:
parent
fad5da2e27
commit
0582895825
14 changed files with 23 additions and 7 deletions
2
day05/part1.lua
Normal file → Executable file
2
day05/part1.lua
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env luajit
|
||||
|
||||
function readline()
|
||||
local x1 = io.read("*n")
|
||||
io.read(1) -- ","
|
||||
|
|
1
day05/part2.lua
Normal file → Executable file
1
day05/part2.lua
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env luajit
|
||||
require("utils")
|
||||
|
||||
function readline()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue