Subdirectories

This commit is contained in:
Daniel Flanagan 2022-12-01 10:46:00 -06:00
parent 1665f447e8
commit 7f23dd444a
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 2253 additions and 2 deletions

1
2022/.gitignore vendored
View File

@ -1 +0,0 @@
*.input

View File

@ -1,5 +1,5 @@
const tDec = new TextDecoder();
const input = tDec.decode(Deno.readFileSync("day1.input"));
const input = tDec.decode(Deno.readFileSync("../inputs/day1.input"));
console.log(
"final",

2252
2022/inputs/day1.input Normal file

File diff suppressed because it is too large Load Diff