Add base structure and library stuff from last year
This commit is contained in:
commit
9017c4379c
35 changed files with 452 additions and 0 deletions
6
src/main/scala/de.qwertyuiop.aoc/2021/day9.scala
Normal file
6
src/main/scala/de.qwertyuiop.aoc/2021/day9.scala
Normal file
|
@ -0,0 +1,6 @@
|
|||
package de.qwertyuiop.aoc.`2021`
|
||||
|
||||
import de.qwertyuiop.aoc.lib.*
|
||||
import cats.*, cats.implicits.given
|
||||
|
||||
def day9(using InputSource): Unit = ???
|
Loading…
Add table
Add a link
Reference in a new issue