adventofcode/2021/10/part1.mjs
2021-12-10 12:39:02 -05:00

9 lines
166 B
JavaScript

import fs from "fs-extra";
import fp from "lodash/fp.js";
import _ from "lodash";
export const processInput = (input) => input;
export function solution(input) {
}