Skip to content

Commit

Permalink
fixup! Add day 14 pt. 2 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
flvrone committed Jan 31, 2025
1 parent 75531c2 commit 7ef411c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14/robots_renderer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import scala.collection.mutable.ListBuffer
import scala.annotation.tailrec

@main
def main1(inputFileName: String): Unit =
def main2(inputFileName: String): Unit =
val path: os.Path = os.pwd / os.SubPath(inputFileName)
val lines: Seq[String] = os.read.lines(path)

Expand Down

0 comments on commit 7ef411c

Please sign in to comment.