adventofcode/2021/10/part1.mjs

9 lines
166 B
JavaScript
Raw Normal View History

2021-12-10 17:39:02 +00:00
import fs from "fs-extra";
import fp from "lodash/fp.js";
import _ from "lodash";
export const processInput = (input) => input;
export function solution(input) {
}