day 9 puzzle 2

This commit is contained in:
2023-12-09 11:59:01 +01:00
parent c3c9a8a4e4
commit 0f8f8c3f19
5 changed files with 58 additions and 5 deletions

View File

@@ -1,9 +1,6 @@
package day9
import scala.collection.mutable
import scala.io.{BufferedSource, Source}
import scala.util.matching.Regex
import scala.util.matching.Regex.Match
object Puzzle1 {
var series: Array[Series] = Array.empty