summaryrefslogtreecommitdiff
path: root/2023/day8/example.txt
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-02-09 11:42:04 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-02-09 11:42:04 +0100
commitdb2686c798378738020a0951a521358586e21aa0 (patch)
tree8d585ceb9bdc302ae10a2458cc343be40d60acb7 /2023/day8/example.txt
parent67dff579e91c13ef40ecb17d14497d145861c5e7 (diff)
Add day2 in OCaml
Diffstat (limited to '2023/day8/example.txt')
-rw-r--r--2023/day8/example.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/2023/day8/example.txt b/2023/day8/example.txt
deleted file mode 100644
index 9029a1b..0000000
--- a/2023/day8/example.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-RL
-
-AAA = (BBB, CCC)
-BBB = (DDD, EEE)
-CCC = (ZZZ, GGG)
-DDD = (DDD, DDD)
-EEE = (EEE, EEE)
-GGG = (GGG, GGG)
-ZZZ = (ZZZ, ZZZ)