index
:
advent-of-code-2024
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2.lua
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '2.lua')
-rwxr-xr-x
[-rw-r--r--]
2.lua
2
1 files changed, 2 insertions, 0 deletions
diff --git a/2.lua b/2.lua
index f8068ef..6b52b71 100644..100755
--- a/
2.lua
+++ b/
2.lua
@@ -1,3 +1,5 @@
+#!/usr/bin/env lua
+
local function is_safe(a)
local up = false
local down = false