const fs = require("node:fs"); const input = fs.readFileSync("./14/input.dat", "utf8").split("\n"); console.log(input);