mirror of
https://github.com/mx42/aoc2024.scala.git
synced 2026-01-14 13:59:50 +01:00
feat: basic wrapper + days 1 to 3
This commit is contained in:
9
src/main/scala/days/Day4.scala
Normal file
9
src/main/scala/days/Day4.scala
Normal file
@@ -0,0 +1,9 @@
|
||||
package days
|
||||
|
||||
object Day4 extends Day {
|
||||
val number: Int = 4;
|
||||
|
||||
def part1(input: String) = "pouet"
|
||||
|
||||
def part2(input: String) = "pouet"
|
||||
}
|
||||
Reference in New Issue
Block a user