diff options
author | Julien Dessaux | 2023-12-04 12:35:07 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-12-04 12:35:07 +0100 |
commit | b5aebcb276ee79353a104b11e569ee197ca22c8e (patch) | |
tree | 4a3f123c7bee69ed66f6c6de7690a00117d62e16 /2023/04-Scratchcards/example | |
parent | 2022-25 in haskell (diff) | |
download | advent-of-code-b5aebcb276ee79353a104b11e569ee197ca22c8e.tar.gz advent-of-code-b5aebcb276ee79353a104b11e569ee197ca22c8e.tar.bz2 advent-of-code-b5aebcb276ee79353a104b11e569ee197ca22c8e.zip |
2023-04 in haskell
Diffstat (limited to '2023/04-Scratchcards/example')
-rw-r--r-- | 2023/04-Scratchcards/example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2023/04-Scratchcards/example b/2023/04-Scratchcards/example new file mode 100644 index 0000000..9bdb874 --- /dev/null +++ b/2023/04-Scratchcards/example @@ -0,0 +1,6 @@ +Card 1: 41 48 83 86 17 | 83 86 6 31 17 9 48 53 +Card 2: 13 32 20 16 61 | 61 30 68 82 17 32 24 19 +Card 3: 1 21 53 59 44 | 69 82 63 72 16 21 14 1 +Card 4: 41 92 73 84 69 | 59 84 76 51 58 5 54 83 +Card 5: 87 83 26 28 32 | 88 30 70 12 93 22 82 36 +Card 6: 31 18 13 56 72 | 74 77 10 23 35 67 36 11 |