Skip to content

Commit 4a3f229

Browse files
committed
day 24
1 parent 3d8162a commit 4a3f229

File tree

2 files changed

+431
-1
lines changed

2 files changed

+431
-1
lines changed

docs/2023/puzzles/day20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ object Machine:
116116
case s"$name -> $targets" =>
117117
PassThrough(name, targets.split(", ").toVector)
118118
modules.foldLeft(Initial)(_ + _)
119-
``````
119+
```
120120

121121
## The Elves' State Machine
122122

0 commit comments

Comments
 (0)