https://github.com/slice/aoc
Advent of Code in Scala
https://github.com/slice/aoc
Last synced: about 1 year ago
JSON representation
Advent of Code in Scala
- Host: GitHub
- URL: https://github.com/slice/aoc
- Owner: slice
- Created: 2019-12-01T06:35:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T08:39:48.000Z (over 6 years ago)
- Last Synced: 2025-01-21T16:24:09.365Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `aoc`
My solutions to [Advent of Code](https://adventofcode.com) in Scala.
To run, make sure you have [sbt](https://www.scala-sbt.org) installed.
```sh
$ git clone https://github.com/slice/aoc.git && cd aoc
# Open sbt:
$ sbt
# Run a day:
sbt:aoc> runMain aoc.y2019.Day1
```