Skip to content

Commit f292fd3

Browse files
committed
Day 8 cleanup
1 parent 3a6adc9 commit f292fd3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

2023/Day08/index.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
import input from './input.js';
2-
// const input = `LR
3-
4-
// 11A = (11B, XXX)
5-
// 11B = (XXX, 11Z)
6-
// 11Z = (11B, XXX)
7-
// 22A = (22B, XXX)
8-
// 22B = (22C, 22C)
9-
// 22C = (22Z, 22Z)
10-
// 22Z = (22B, 22B)
11-
// XXX = (XXX, XXX)`;
122

133
const lines = input.split('\n');
144
const directions = lines[0].split('');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy