refine the template
This commit is contained in:
parent
373d037c62
commit
f10edefcb4
@ -5,7 +5,7 @@ import fs from "fs-extra";
|
|||||||
import fp from "lodash/fp.js";
|
import fp from "lodash/fp.js";
|
||||||
import _ from "lodash";
|
import _ from "lodash";
|
||||||
|
|
||||||
export const processInput = (input) => input;
|
export const processInput = (input) => fs.readFile(input,'utf8');
|
||||||
|
|
||||||
export function solution(input) {
|
export function solution(input) {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user