Skip to content

Commit

Permalink
🎨 remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
twentylemon committed Dec 5, 2024
1 parent 7a354d4 commit 4a1ac2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/scala/org/lemon/advent/year2024/Day05.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.lemon.advent.year2024

import org.lemon.advent.lib.`2d`._

private object Day05:

case class Rule(before: Int, after: Int)
Expand Down

0 comments on commit 4a1ac2c

Please sign in to comment.