{}
Learn DSA the way it should be — with step-by-step code visualization.
Try now!
Learn DSA with step-by-step code visualization.
Try now!
run-icon
main.scala
// Online Scala Editor for free // Write, Edit and Run your Scala code using Scala Online Compiler object Main { def main(args: Array[String]) = { println("Try programiz.pro") } }
Output