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 } }
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 4
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Suggested prompts:
Ställ mig frågor om detta ämne
Sammanfatta detta kapitel
Visa verkliga exempel
Awesome!
Completion rate improved to 2.86
Writing Your First Program
Svep för att visa menyn
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 } }
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 4