clean up the code a little more

This commit is contained in:
2024-12-04 22:38:21 -05:00
parent 172adce0ba
commit 9e99375349
2 changed files with 47 additions and 40 deletions

View File

@@ -1,7 +1,12 @@
import fs from "node:fs";
import { printTime, now } from "../util";
const data = fs.readFileSync("./inputs/input", "utf8");
const test = false;
const data = fs.readFileSync(
test ? "./inputs/testinput" : "./inputs/input",
"utf8"
);
let timer = now.instant();
console.log(