index
:
2023
main
My solutions for AOC 2023, in Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
1.scm
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 '1.scm')
-rwxr-xr-x
1.scm
2
1 files changed, 1 insertions, 1 deletions
diff --git a/1.scm b/1.scm
index 7a6e953..43ecdba 100755
--- a/
1.scm
+++ b/
1.scm
@@ -1,4 +1,4 @@
-#!/usr/bin/guile -s
+#!/usr/bin/env -S guile -s
!#
(use-modules (ice-9 regex)
(ice-9 textual-ports)