Computer scienceProgramming languagesScalaBasicsIntroduction to Scala

Overview of the basic program

First program

Report a typo

Write a program that outputs "My first program on Scala" (without quotes).

Use the provided template for your solution. Do not add extra spaces to your string.

Write a program in Scala 3
@main def firstProgram() = ???("Some text here")
___

Create a free account to access the full topic