diff --git a/_templates/day/new/part1.ejs b/_templates/day/new/part1.ejs index 14531b0..33430d6 100644 --- a/_templates/day/new/part1.ejs +++ b/_templates/day/new/part1.ejs @@ -13,4 +13,4 @@ const readInput = (...args) => export const puzzleInput = readInput(import.meta.url, "input"); export const sample = readInput(import.meta.url, "sample"); -export default = () => {}; +export default () => {}; diff --git a/_templates/day/new/part2.ejs b/_templates/day/new/part2.ejs index e59c761..ec6f9e3 100644 --- a/_templates/day/new/part2.ejs +++ b/_templates/day/new/part2.ejs @@ -4,4 +4,4 @@ to: 2022/<%= day %>/part2.js import * as R from "remeda"; -export default = () => {}; +export default () => {};