This is the repository for exercises for Applied Functional Programming in Scala, a LambdaConf workshop taught by @jdegoes.
Launch SBT and enter incremental compilation mode:
sbt
> ~ compile
SBT should download all dependencies and compile the source code.
Then open up the src/main/scala/
directory.