sierikov / advent-of-code

Repository with solutions for Advent of Code

Home Page:https://adventofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repository with solutions for Advent of Code

https://adventofcode.com

License:MIT License


Languages

Language:Scala 100.0%