diff options
| author | Yigit Sever | 2021-12-10 19:54:01 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-12-10 19:54:01 +0300 |
| commit | 3c97ec63d921c7d2f132a834f9b739cc8d039c99 (patch) | |
| tree | 492bbff2312042c68e1a2d2d95ed0bf599dfe545 /2021/day3/input.example | |
| parent | ae3853b6e8ab02023ccd74baac6dc177b1ee879a (diff) | |
| download | aoc-3c97ec63d921c7d2f132a834f9b739cc8d039c99.tar.gz aoc-3c97ec63d921c7d2f132a834f9b739cc8d039c99.tar.bz2 aoc-3c97ec63d921c7d2f132a834f9b739cc8d039c99.zip | |
2021, day3: done
Diffstat (limited to '2021/day3/input.example')
| -rw-r--r-- | 2021/day3/input.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2021/day3/input.example b/2021/day3/input.example new file mode 100644 index 0000000..a6366a8 --- /dev/null +++ b/2021/day3/input.example | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | 00100 | ||
| 2 | 11110 | ||
| 3 | 10110 | ||
| 4 | 10111 | ||
| 5 | 10101 | ||
| 6 | 01111 | ||
| 7 | 00111 | ||
| 8 | 11100 | ||
| 9 | 10000 | ||
| 10 | 11001 | ||
| 11 | 00010 | ||
| 12 | 01010 | ||
