adventofcode/2021/_templates/day/new/part1.mjs.t
2021-12-10 12:39:02 -05:00

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) {
}