refine the template

main
Yanick Champoux 2021-12-15 10:35:12 -05:00
parent 373d037c62
commit f10edefcb4
1 changed files with 1 additions and 1 deletions

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