Answers for "new scala project"

0

new scala project

//Run the command
sbt new scala/scala3.g
//to create a Scala 3 project, or
sbt new scala/hello-world.g8
//to create a Scala 2 project
Posted by: Guest on April-04-2022

Code answers related to "Scala"

Browse Popular Code Answers by Language