/creative-scala

Выполнение заданий из учебника Creative Scala

Primary LanguageScalaApache License 2.0Apache-2.0

Creative Scala Template

This is a template project designed for people taking Creative Scala.

  1. Fork or clone this template. What's the difference?

    • If you fork this repository you get your own copy on Github. You can then clone that repository to get a copy on your computer and save work back to your fork on Github and share it with other programmers.
    • If you clone this repository without forking you get a copy on your computer but no copy on Github that you can save work back to and share.
  2. Run sbt.sh (OS X and Linux) or sbt.bat (Windows) to start SBT.

  3. Finally, type console in SBT and then type Example.image.draw(). You should see a pop-up window containing a picture of three nested circles. If so, everything is working well.

You can edit the file Example.scala to create your own code. See Creative Scala for more!