Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ykws/hello-scala
Getting started Scala
https://github.com/ykws/hello-scala
scala
Last synced: 22 days ago
JSON representation
Getting started Scala
- Host: GitHub
- URL: https://github.com/ykws/hello-scala
- Owner: ykws
- Created: 2024-02-25T18:00:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T18:14:21.000Z (8 months ago)
- Last Synced: 2024-02-25T19:28:29.671Z (8 months ago)
- Topics: scala
- Language: Scala
- Homepage: https://zenn.dev/ykws/scraps/3017e483ad6fa8
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello, Scala
[![macOS](https://img.shields.io/badge/macOS-Sonoma-black)](https://developer.apple.com/macos/sonoma/)
[![scala](https://img.shields.io/badge/scala-3-red)](https://docs.scala-lang.org/scala3/new-in-scala3.html)https://scala-lang.org/
## Getting started
https://docs.scala-lang.org/getting-started
```
brew install coursier/formulas/coursier && cs setup
``````
export PATH="$PATH:$HOME/Library/Application Support/Coursier/bin" >> ~/.zshrc
``````
cd hello-world && scala src/main/scala/Main.scala
```