Pagini
Workshops
Parteneri
In this lab, you get familiar with the basic Scala syntax and functionality.
You'll quickly get up to speed by solving some classical programming problems.
You can find today's contents here.
You can create a simple project, with a single Scala file. Call it whatever you like.
Along with the main method, you can create a method for every exercise.
def methodName(param: ParamType, param: ParamType): ReturnType = { // code }