diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-25 00:40:50 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-25 00:40:50 +0100 |
| commit | 19be9f44dbecdde03662be2248eda5b739d67038 (patch) | |
| tree | c38bfee181b388b777da27a63cae19ce7e7861eb /2024/24/clean.sh | |
| parent | 21e1237e93703f632253f042bd5877998d81c507 (diff) | |
| download | aoc-19be9f44dbecdde03662be2248eda5b739d67038.tar.gz aoc-19be9f44dbecdde03662be2248eda5b739d67038.zip | |
Day 24 2024 still don't know how I managed to solve this
Diffstat (limited to '2024/24/clean.sh')
| -rwxr-xr-x | 2024/24/clean.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2024/24/clean.sh b/2024/24/clean.sh new file mode 100755 index 0000000..891ecf7 --- /dev/null +++ b/2024/24/clean.sh | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | sed 's/XOR/^/; s/OR/|/; s/AND/\&/' | ||
