Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 931 Bytes

File metadata and controls

26 lines (18 loc) · 931 Bytes

Scala BootCamp September- December 2018

Class One

A beginners guide to Scala syntax

This bootcamp will use tools from the following sites:

Getting Started: Hello World App

  1. You can set up your environment:
  1. Fork the lesson repository provided:

  2. Make changes to the fork by making the tests on HelloWorldTest.scala pass

  3. Commit the changes to your fork.

  4. Make a pull request to the lesson Repo.

Objective of the lesson

  • Understand the Scala structure and Test Driven Development