typo in template

main
Yanick Champoux 2022-12-09 11:30:43 -05:00
parent ba6b28b440
commit 5b5bb8f50c
2 changed files with 2 additions and 2 deletions

View File

@ -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 () => {};

View File

@ -4,4 +4,4 @@ to: 2022/<%= day %>/part2.js
import * as R from "remeda";
export default = () => {};
export default () => {};