Writing Your First Program
Task
Your task is to create a simple Scala application. We've provided a basic template for you. You only need to replace the line // replace this line with your code with the appropriate code to display "Hello World!" on the screen.
Main.java
12345object Main { def main(args: Array[String]): Unit = { // replace this line with your code } }
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 4
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Awesome!
Completion rate improved to 2.86
Writing Your First Program
Sveip for å vise menyen
Task
Your task is to create a simple Scala application. We've provided a basic template for you. You only need to replace the line // replace this line with your code with the appropriate code to display "Hello World!" on the screen.
Main.java
12345object Main { def main(args: Array[String]): Unit = { // replace this line with your code } }
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 4