Your first Scala program
When first learning something, we all want to see how it works. So, I’m going to create a quick program and run it so you can have your first bite of Scala. In IntelliJ IDEA, right-click on the folder you want to create the class and select create new Scala class. In the next windows, … Read more