diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-09 18:56:49 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-09 18:56:49 +0100 |
commit | b70fd67288ae4a542abfba386a4b79de0215b80c (patch) | |
tree | 8ad119ae27d621bd636f1fdec8ef3b60cb91f5dd | |
parent | 58e1ec51424dbd4698727fb4b0b504a24ac7cc40 (diff) |
Add a shebang
-rwxr-xr-x[-rw-r--r--] | 2024/09/puzzle-1.el | 2 |
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)) |