Setup Scala
This commit is contained in:
parent
8dec7591dd
commit
13a8e74189
37 changed files with 290 additions and 187 deletions
5
src/day01.scala
Normal file
5
src/day01.scala
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package aoc
|
||||
package day01
|
||||
|
||||
@main def part1: Unit =
|
||||
println(loadInput("01"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue