From 5b5bb8f50c9a44db2a85283b26a9ccbb01f8f583 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Fri, 9 Dec 2022 11:30:43 -0500 Subject: [PATCH] typo in template --- _templates/day/new/part1.ejs | 2 +- _templates/day/new/part2.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 () => {};