Renaming and rearranging for clarity
This commit is contained in:
parent
4ab1e236d1
commit
b9dccf77a2
@ -1,6 +1,6 @@
|
||||
const replaceAll = require('string.prototype.replaceall');
|
||||
const fs = require('fs');
|
||||
const path = "./input.txt";
|
||||
const path = "../data/input.txt";
|
||||
const input = fs.readFileSync(path);
|
||||
let output = "";
|
||||
|
Loading…
Reference in New Issue
Block a user