luajit does support hashbangs
This commit is contained in:
parent
fad5da2e27
commit
0582895825
14 changed files with 23 additions and 7 deletions
2
day03/part1.lua
Normal file → Executable file
2
day03/part1.lua
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env luajit
|
||||
|
||||
local ZERO = string.byte("0", 1)
|
||||
local ONE = string.byte("1", 1)
|
||||
local total = 0
|
||||
|
|
2
day03/part2.lua
Normal file → Executable file
2
day03/part2.lua
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env luajit
|
||||
|
||||
local ZERO = string.byte("0", 1)
|
||||
local ONE = string.byte("1", 1)
|
||||
local lines = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue