refine the template

This commit is contained in:
Yanick Champoux 2021-12-15 10:35:12 -05:00
parent 373d037c62
commit f10edefcb4

View File

@ -5,7 +5,7 @@ import fs from "fs-extra";
import fp from "lodash/fp.js";
import _ from "lodash";
export const processInput = (input) => input;
export const processInput = (input) => fs.readFile(input,'utf8');
export function solution(input) {
}