Scala: Introduction
Start learning Scala with a quick overview and Hello World.
Scala — Introduction
Overview
This is a starter page for Scala.
Hello World
object Main extends App { println("Hello, World!") }
What you'll learn
- How to run Scala
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.