diff options
author | Christian Segundo | 2024-12-02 09:33:53 +0100 |
---|---|---|
committer | Christian Segundo | 2024-12-02 09:33:53 +0100 |
commit | 32857c72e07b77fd3e8ab46407d883b630f32e86 (patch) | |
tree | 4ed228d89bd3f23f615d9e411077b48e84974499 | |
parent | 973ca9090337d17207e341b70119963022e2ddc9 (diff) | |
download | advent-of-code-2024-32857c72e07b77fd3e8ab46407d883b630f32e86.tar.gz |
add missing shebang
-rwxr-xr-x[-rw-r--r--] | 1.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | 2.lua | 2 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#!/usr/bin/env lua + local function is_safe(a) local up = false local down = false |