summaryrefslogtreecommitdiffstats
path: root/day17/data.js
blob: 648380bfff26d23825ad10d2846c22b1dc978bf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
const data = `
#####...
.#..##..
##.##.##
...####.
#.#...##
.##...#.
.#.#.###
#.#.#..#
`

module.exports = data