aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-12-09 18:56:49 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-12-09 18:56:49 +0100
commitb70fd67288ae4a542abfba386a4b79de0215b80c (patch)
tree8ad119ae27d621bd636f1fdec8ef3b60cb91f5dd
parent58e1ec51424dbd4698727fb4b0b504a24ac7cc40 (diff)
Add a shebang
-rwxr-xr-x[-rw-r--r--]2024/09/puzzle-1.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/2024/09/puzzle-1.el b/2024/09/puzzle-1.el
index 5ac1a38..b32b5e8 100644..100755
--- a/2024/09/puzzle-1.el
+++ b/2024/09/puzzle-1.el
@@ -1,3 +1,5 @@
+#!/usr/bin/emacs --script
+
(defsubst char-to-number (char)
(declare (pure t) (side-effect-free t))
(- char ?0))