Skip to content

sierikov/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Languages