Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafluri committed Dec 20, 2023
1 parent cec7161 commit 3df6cbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions AdventOfCode/Day00.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ public Day00()
{
_input = File.ReadAllLines(InputFilePath).ToList();
}



public override ValueTask<string> Solve_1()
{
Expand Down
2 changes: 0 additions & 2 deletions AdventOfCode/Day21.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ public Day21()
{
_input = File.ReadAllLines(InputFilePath).ToList();
}



public override ValueTask<string> Solve_1()
{
Expand Down

0 comments on commit 3df6cbf

Please # to comment.