Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mortalflesh/advent-of-code-2020

A repo for solving a https://adventofcode.com/2020/
https://github.com/mortalflesh/advent-of-code-2020

advent-of-code advent-of-code-2020

Last synced: 2 days ago
JSON representation

A repo for solving a https://adventofcode.com/2020/

Awesome Lists containing this project

README

        

Advent of Code 2020
===================

![Check](https://github.com/MortalFlesh/advent-of-code-2020/workflows/Check/badge.svg)

> A console app solving an [Advent of Code 2020](https://adventofcode.com/2020)

---
### Development

First run:
```
paket install
./build.sh
```

or `./build.sh -t Watch`

List commands
```sh
bin/console list
```

Run tests locally
```sh
./build.sh -t Tests
```