diff --git a/ParseMe.scala b/ParseMe.scala new file mode 100644 index 0000000000000000000000000000000000000000..c7f6dda03b35fd1094650971073bc07c9a321b27 --- /dev/null +++ b/ParseMe.scala @@ -0,0 +1,8 @@ +import scala.collection.immutable.Set + +object ParseMe { + + def fromSet(i: Set[Set[Boolean]]) : Int = { + 5 + } +}