https://github.com/propensive/scala3-training
https://github.com/propensive/scala3-training
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/propensive/scala3-training
- Owner: propensive
- Created: 2022-12-02T09:37:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T13:36:26.000Z (over 3 years ago)
- Last Synced: 2025-03-19T23:34:40.992Z (over 1 year ago)
- Language: Scala
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Scala 3 Training
In this repositiory is:
- `build.sbt` — an sbt build for compiling the examples
- `src` — Scala 3 source files relating to the training topics
- `readme.md` — this file
## Requirements
You will need `sbt` and a text editor or IDE. There are no special requirements for any additional tooling.
## Getting started
Run `sbt` in this directory. Then, from the `sbt` prompt, run `compile`.