adventofcode/2021/10/part1.mjs

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