Subdirectories
This commit is contained in:
parent
1665f447e8
commit
7f23dd444a
1
2022/.gitignore
vendored
1
2022/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
*.input
|
|
@ -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
2252
2022/inputs/day1.input
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue