Renaming and rearranging for clarity

This commit is contained in:
Skylar Grant 2023-02-25 16:02:58 -05:00
parent 4ab1e236d1
commit b9dccf77a2
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const replaceAll = require('string.prototype.replaceall'); const replaceAll = require('string.prototype.replaceall');
const fs = require('fs'); const fs = require('fs');
const path = "./input.txt"; const path = "../data/input.txt";
const input = fs.readFileSync(path); const input = fs.readFileSync(path);
let output = ""; let output = "";