mirror of
https://github.com/Baipyrus/AoC-23.git
synced 2024-11-14 09:43:49 +00:00
init d11p1
This commit is contained in:
parent
6ad8f7fb31
commit
a8c4e3f737
8
Day11/Part1.js
Normal file
8
Day11/Part1.js
Normal file
@ -0,0 +1,8 @@
|
||||
import { readFileSync } from "fs";
|
||||
const t0 = performance.now();
|
||||
|
||||
const input = readFileSync("input.txt").toString();
|
||||
console.log(input);
|
||||
|
||||
const t1 = performance.now();
|
||||
console.log(`Runtime: ${t1 - t0}ms`);
|
140
Day11/input.txt
Normal file
140
Day11/input.txt
Normal file
@ -0,0 +1,140 @@
|
||||
..#............................#....................................................................................#..........#........#...
|
||||
..........#.........................................#.......................................................................................
|
||||
...................#..........................................................................#.............................................
|
||||
.....................................................................................#.............................................#........
|
||||
.......#.......#.............#..........#......#...................#.....#..................................................................
|
||||
................................................................................#..................#..............#.........................
|
||||
....................................#.......................................................................................................
|
||||
...........#...................................................................................#......................................#.....
|
||||
.......................................................................................................................#.........#..........
|
||||
.....................#.................................................#...................#.................#..............#...............
|
||||
....#...........................................#...............#...........................................................................
|
||||
.........................#.......................................................................#..........................................
|
||||
...................................#......................#.......................................................#.......................#.
|
||||
..................#...........................................................#.......................#.................#...........#.......
|
||||
..........#........................................................#..........................................#.............................
|
||||
.............................................#.........#.....#..............................................................................
|
||||
.......................#.....................................................................#..............................#..........#....
|
||||
.............................#.......................................................#...........................#..........................
|
||||
..#...........#.......................#.....................................#...............................................................
|
||||
...........................................................#.............................................#..................................
|
||||
......#..........................................................#......#........................................................#..........
|
||||
................................#.........#...........#....................................#........#...................#..................#
|
||||
...........................#..................................................#..............................#..............................
|
||||
..............................................#.................................................#...........................................
|
||||
.#.................................................................................................................#........................
|
||||
.......................................................................#....................................................................
|
||||
...............#.............................................................................................................#..........#...
|
||||
.................................#.............................#............................................#...............................
|
||||
.....#.................#...................#................................................................................................
|
||||
....................................................#...................................................#............#......................
|
||||
...........#.....#...................................................................#............................................#.........
|
||||
..............................................#...........................................................................#.................
|
||||
...#.........................#.....................................................................#........................................
|
||||
.........................................................#...................................#........................................#.....
|
||||
.........#....................................................#........#................#.....................#.............................
|
||||
........................#..........................................................................................#........................
|
||||
..............#...................................#............................#.............................................#.....#........
|
||||
.................................#................................................................#.........................................
|
||||
..................#........................#...............#................................#.............#.............................#...
|
||||
..........#........................................................#............................................................#...........
|
||||
..#.....................................................................................#.............................#.....................
|
||||
..........................#..........#..................................#......................................#...........#................
|
||||
................................................................#...........................................................................
|
||||
................#................................#..........................#...............................................................
|
||||
...........................................#..................................................#.....#.......#...............................
|
||||
..........#............................................#.....................................................................#..............
|
||||
.......................#....................................#...........................................................#..............#....
|
||||
.....#.........................#........#..............................................#.................#........................#.........
|
||||
.................#....................................................#............................................#........................
|
||||
....................................#...............#................................................#......................................
|
||||
.........................#........................................#................#.......#...................#............................
|
||||
....................................................................................................................................#.......
|
||||
...........#...................................#...........................#......................#.........................#..............#
|
||||
..................................#......#..................................................................................................
|
||||
......#....................#.........................#..................................................#...................................
|
||||
......................#...................................#......#.....#.................................................#..................
|
||||
..............#..............................................................................#.................#.....................#......
|
||||
............................................................................................................................................
|
||||
#.............................#................#....................................................................#....................#..
|
||||
............................................................................................................................................
|
||||
........#...........................................#.......................................................................................
|
||||
...................................................................#..........#..................#..........................................
|
||||
.....................#............#........#.............................................#............#................#....................
|
||||
................#............................................................................................................#..............
|
||||
...............................................................................................................#...................#........
|
||||
........................#......#..........................#.....#......#................................................................#...
|
||||
................................................#..........................................#.............#..................................
|
||||
......................................#..............................................................................#......................
|
||||
..#.................................................................#.........#.............................................................
|
||||
..........#.....#...............................................................................................#...........#...............
|
||||
.................................#....................................................................#..............................#......
|
||||
.....................................................#........................................#........................#....................
|
||||
..........................................#..................#............#.................................................................
|
||||
......................#...............................................................#..................#.........#............#...........
|
||||
......#........................................................................#............................................................
|
||||
...................................#...................................#..................................................#.................
|
||||
...................................................#.........................................#.................#............................
|
||||
...........................#...................................#.....................................................................#......
|
||||
........................................#...................................................................................................
|
||||
................#......................................#........................#.........#.....#...........................................
|
||||
...........#......................#.....................................................................#...................................
|
||||
....#....................#...................#...................#................................................#...........#...........#.
|
||||
............................................................................................................................................
|
||||
............................................................................................................................................
|
||||
.....................................#....................................#.................................................................
|
||||
.......................#..................#........#............................#................#.............#............................
|
||||
...............#...............................................#......................#..............................................#......
|
||||
............................................................................................................................................
|
||||
.................................#...........#.....................#....................................................#...................
|
||||
............................................................................................................................................
|
||||
..#........#..........#...............#..................................................................#..........#......................#
|
||||
............................................................#............................#..................................................
|
||||
.................................................................#..........#.................................#.................#...........
|
||||
.............................#......................#.......................................................................................
|
||||
....#..................................................................................................................................#....
|
||||
...................#...............#..................................................#....................#................................
|
||||
.........................................................#......................................#...................#..............#........
|
||||
.....................................................................#...................................................#..................
|
||||
........................#...................................................................#..................#............................
|
||||
...#.....#...............................#....................#.............................................................................
|
||||
................#...............#...........................................................................................................
|
||||
.....................#........................................................#.....................................................#.......
|
||||
..............................................#.......#................#...............................................#...................#
|
||||
.........................................................................................#...............#...................#..............
|
||||
.#...........................#.......#......................................................................................................
|
||||
.............................................................................................................#........................#.....
|
||||
.................................#..........................................................................................................
|
||||
...........#........................................................................................#.............................#.........
|
||||
................#...............................................#............................#...................#..........................
|
||||
...#............................................................................#...........................................................
|
||||
....................................................#.......#.......#......#...........................................................#....
|
||||
.........................#..................................................................................................................
|
||||
....................#...............#.........................................................................................#.............
|
||||
.........................................................#....................#......................#......................................
|
||||
....#........................#...............#........................#...............#.....................................................
|
||||
..........#......#....................................................................................................................#.....
|
||||
..............................................................................................#...................#.........................
|
||||
.......................................................#...................................................#.................#..............
|
||||
..........................#....................#............................................................................................
|
||||
........................................#......................#.........#...............#.......#......................#.........#.....#...
|
||||
...............................#....................................#.......................................................................
|
||||
........#...........#.............................#.........................................................................................
|
||||
...#...........#...................................................................#..................#............#........................
|
||||
...........................#..............................#...................................#.............................................
|
||||
...................................#.............................#..........................................#...............................
|
||||
..............................................#........................#........#..........................................#................
|
||||
.......................................................................................#.............................#..............#.......
|
||||
.........................................#..................................................................................................
|
||||
.....#............#......................................#.....#............................#...............................................
|
||||
............................#...............................................................................................................
|
||||
.......................#.........#........................................#..............................#...............................#..
|
||||
..#...........#.......................................#.........................#...........................................................
|
||||
.......................................#.........................#..........................................................................
|
||||
............................................................#...............................................................................
|
||||
.......#......................#........................................#................................................#..............#....
|
||||
..............................................................................................................#.............................
|
||||
...............................................#.....................................................#......................................
|
||||
......................#..................................................................#......#.................................#.......#.
|
||||
..#.......#................#......#..................................#.......#.....................................#........................
|
||||
................#...............................................#..................#....................#..................#................
|
Loading…
Reference in New Issue
Block a user