Getting Started

First, start with the following import:

import ch.epfl.scala.Example

Then, do nothing with something:

Example.doNothing(42)
// res0: Int = 42
The source code for this page can be found here.