https://github.com/caneroj1/aoc-2020
Advent of Code 2020
https://github.com/caneroj1/aoc-2020
Last synced: about 2 months ago
JSON representation
Advent of Code 2020
- Host: GitHub
- URL: https://github.com/caneroj1/aoc-2020
- Owner: caneroj1
- Created: 2020-12-04T01:58:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T03:04:44.000Z (over 4 years ago)
- Last Synced: 2025-02-03T11:47:56.684Z (4 months ago)
- Language: Scala
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
```bash
$ sbt
$ run-main jcanero.day1.DayOne
``````bash
$ sbt "runMain jcanero.day3.DayThreePartTwo test"
$ sbt "runMain jcanero.day3.DayThreePartOne"
```