Skip to content

Commit 4811f9a

Browse files
committed
Minor fix
1 parent f9bc617 commit 4811f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala2/src/main/scala/jurisk/adventofcode/y2024/Advent03.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import scala.util.matching.Regex
99
object Advent03 {
1010
type Input = String
1111

12-
private val Number = """(\d+)""".r
12+
private val Number = """(\d+)"""
1313
private val Mul = s"""mul\\($Number,$Number\\)""".r
1414
private val Do = """do\(\)""".r
1515
private val Dont = """don't\(\)""".r

0 commit comments

Comments
 (0)