Browse Source

typo in template

main
Yanick Champoux 6 months ago
parent
commit
796d8b8bd1
  1. 2
      _templates/day/new/part1.ejs
  2. 2
      _templates/day/new/part2.ejs

2
_templates/day/new/part1.ejs

@ -13,4 +13,4 @@ const readInput = (...args) => @@ -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 () => {};

2
_templates/day/new/part2.ejs

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

Loading…
Cancel
Save