Add base structure and library stuff from last year

This commit is contained in:
Alexander Gehrke 2021-12-02 23:34:40 +01:00
commit 9017c4379c
35 changed files with 452 additions and 0 deletions

View 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 = ???