Skip to content

Instantly share code, notes, and snippets.

@tomnis
tomnis / day17
Created December 25, 2018 01:16
package org.mccandless.minotaur
import org.scalatest.{FlatSpec, Matchers}
import scala.collection.mutable
class Day17Spec extends FlatSpec with Matchers {
type Board = mutable.Seq[mutable.Seq[Char]]
package com.mccandless
import org.scalatest.{FlatSpec, FunSpec, Matchers}
import scala.collection.mutable
import Day16Spec.registers
package org.mccandless.coolshit.disjointset
import org.scalatest.{FlatSpec, Matchers}
import scala.collection.mutable
import scala.collection.mutable.ArrayBuffer
import scala.io.Source
/**
*
package example
import org.scalatest.{FlatSpec, Matchers}
import scala.io.Source
import scala.collection.mutable
/**
* Created by tomas.mccandless on 12/13/18.
*/
class Day13Spec extends FlatSpec with Matchers {