Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/mortalflesh/advent-of-code-2020
- Owner: MortalFlesh
- License: mit
- Created: 2020-12-01T08:19:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T12:14:56.000Z (almost 4 years ago)
- Last Synced: 2023-08-04T02:25:32.651Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: F#
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)
---
### DevelopmentFirst run:
```
paket install
./build.sh
```or `./build.sh -t Watch`
List commands
```sh
bin/console list
```Run tests locally
```sh
./build.sh -t Tests
```