diff options
author | Julien Dessaux | 2024-06-23 15:21:17 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-06-23 15:21:17 +0200 |
commit | 399663b7f6aee95b6029dac94238ad2965d4a7b3 (patch) | |
tree | 612dddf2a40ac479f65f0c08b059ad4b4e4e710f /2023/18-Lavaduct_Lagoon/example | |
parent | 2023-17 part 2 in haskell (diff) | |
download | advent-of-code-399663b7f6aee95b6029dac94238ad2965d4a7b3.tar.gz advent-of-code-399663b7f6aee95b6029dac94238ad2965d4a7b3.tar.bz2 advent-of-code-399663b7f6aee95b6029dac94238ad2965d4a7b3.zip |
2023-18 part 1 in haskell
Diffstat (limited to '2023/18-Lavaduct_Lagoon/example')
-rw-r--r-- | 2023/18-Lavaduct_Lagoon/example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2023/18-Lavaduct_Lagoon/example b/2023/18-Lavaduct_Lagoon/example new file mode 100644 index 0000000..fc7612e --- /dev/null +++ b/2023/18-Lavaduct_Lagoon/example @@ -0,0 +1,14 @@ +R 6 (#70c710) +D 5 (#0dc571) +L 2 (#5713f0) +D 2 (#d2c081) +R 2 (#59c680) +D 2 (#411b91) +L 5 (#8ceee2) +U 2 (#caa173) +L 1 (#1b58a2) +U 2 (#caa171) +R 2 (#7807d2) +U 3 (#a77fa3) +L 2 (#015232) +U 2 (#7a21e3) |