lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
140 stars 167 forks source link

In project Bank update task 3 to clarify main #713

Closed bjornregnell closed 1 year ago

bjornregnell commented 1 year ago

In task 3 of project bank there is a singleton required called BankApplication. This will require a primitive main method with args: Array[String] etc. Consider either a) making the text less restictive so that a @main method can be used or b) stipulate explicitly that it must be a primitive main