package aggregatedexercises object Main { def main(args: Array[String]): Unit = { val a = 1 println(args.toList.mkString(", ")) } }