Raw TS code for easier experimentations

This commit is contained in:
2023-12-05 22:19:28 +01:00
parent bcd1115d4c
commit afb9849c3c
4 changed files with 372 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
/// <reference path="./input.ts"/>
// Maps are [dest source range]
const input = exampleInput;
const input = fullInput;
let seeds = input[0].split(" ").map((o) => Number(o));
seeds.shift();
View File