https://github.com/active-group/scala-intro
https://github.com/active-group/scala-intro
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/active-group/scala-intro
- Owner: active-group
- Created: 2024-10-24T06:50:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:16:20.000Z (over 1 year ago)
- Last Synced: 2025-08-07T22:58:10.097Z (11 months ago)
- Language: Scala
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sbt project compiled with Scala 3
### Usage
This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.
For more information on the sbt-dotty plugin, see the
[scala3-example-project](https://github.com/scala/scala3-example-project/blob/main/README.md).