import part1, { sample, puzzleInput } from "./part1.js";
import part2 from "./part2.js";

console.log(part2(puzzleInput));