All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.csiro.variantspark.work.ObjectTest.scala Maven / Gradle / Ivy

The newest version!
package au.csiro.variantspark.work

object ObjectTest {

  def main(argv: Array[String]) {
    println("Hello")

    val x = List("cc", "yy", "xx")

    x match {
      case a :: b :: _ => println("xxx")
    }

  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy