init d12p1

This commit is contained in:
Baipyrus 2023-12-15 19:55:47 +01:00
parent 403830daee
commit 23866c5385
2 changed files with 1008 additions and 0 deletions

8
Day12/Part1.js Normal file
View 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`);

1000
Day12/input.txt Normal file

File diff suppressed because it is too large Load Diff