Library Example

A library that does nothing.

Setup

Add the following dependency to your build.sbt file:

libraryDependencies += "ch.epfl.scala" %% "library-example" % "1.0.1"
The source code for this page can be found here.