Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```