object Main extends Application { val xs = 1 :: 2 :: 3 :: 4 :: 5 :: Nil println(xs) }