- Notifications
You must be signed in to change notification settings - Fork0
Repository with solutions for Advent of Code
License
NotificationsYou must be signed in to change notification settings
sierikov/advent-of-code
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains my solutions toAdvent of Code challenge.
You will need following to run code from this repository:
- Scala
2.13
- sbt
1.4
Go to the root folder of project (advent-of-code/
).
General usage:
sbt'run <year> <task>'
To run one task from a specific year:
sbt'run 2020 1'
To runall tasks for one year run:
sbt'run 2020 0'
About
Repository with solutions for Advent of Code