Remove Util
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
package dev.ctsk.aoc
|
|
||||||
|
|
||||||
def NAT_REGEX = """(\d+)""".r
|
|
||||||
|
|
||||||
def longs(string: String): Vector[Long] =
|
|
||||||
NAT_REGEX.findAllIn(string).map(_.toLong).toVector
|
|
||||||
Reference in New Issue
Block a user