Skip to content

Commit

Permalink
Year 2021, Day 18 update
Browse files Browse the repository at this point in the history
Removed unnecessary variable
  • Loading branch information
uvg committed Dec 22, 2023
1 parent 1e53628 commit 85db513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AOC2021/Day18.cls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Parameter InputFile = "d18.txt";

ClassMethod Part1(verbose = 0) As %String [ Private ]
{
set stream=..GetInput(..#InputFile)
do ..GetInputToArray(..#InputFile,.recordsArr)
set Answer=recordsArr(1),Line=1
for {
Expand Down

0 comments on commit 85db513

Please sign in to comment.