aoc2024

Advent of Code 2024
Log | Files | Refs | README

Main.scala (93B)


      1 @main def run(): Unit = 
      2   println(day6_pt1(scala.io.Source.fromFile("day6.txt").getLines()))