Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 605 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 605 Bytes

Advent of code

This repository contains my solutions to Advent of Code challenge.

Advent of Code poster

Installation

You will need following to run code from this repository:

  • Scala 2.13
  • sbt 1.4

Usage

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 run all tasks for one year run:

sbt 'run 2020 0'

Meta

Author: Sierikov
License: MIT