Skip to content

Commit

Permalink
Stubbing Day4 to test Gitsync
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Stewart committed Dec 3, 2023
1 parent d3ba30e commit d9cd32d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/dc/aoc2023/Day4.cls
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Class doc.aoc2023.Day4 Extends doc.aoc2023.Base
{

Parameter InputFile = "input4.txt";

ClassMethod Run() As %Integer
{
QUIT $$$OK
}

ClassMethod Run2() As %Integer
{
QUIT $$$OK
}

}

0 comments on commit d9cd32d

Please sign in to comment.