adventofcode/2021/_templates/day/new/part1.mjs.t

12 lines
201 B
Raku

---
to: '<%= day %>/part1.mjs'
---
import fs from "fs-extra";
import fp from "lodash/fp.js";
import _ from "lodash";
export const processInput = (input) => input;
export function solution(input) {
}