Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Writing Your First Program | Getting Started
Introduction to Scala

bookWriting 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

Main.java

copy
12345
object Main { def main(args: Array[String]): Unit = { // replace this line with your code } }

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 4

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

Suggested prompts:

Still meg spørsmål om dette emnet

Oppsummer dette kapittelet

Vis eksempler fra virkeligheten

Awesome!

Completion rate improved to 2.86

bookWriting 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

Main.java

copy
12345
object Main { def main(args: Array[String]): Unit = { // replace this line with your code } }

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 4
some-alt