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

https://github.com/tejasbubane/adventofcode-2020

Advent of code 2020 solutions in Rust
https://github.com/tejasbubane/adventofcode-2020

Last synced: about 1 month ago
JSON representation

Advent of code 2020 solutions in Rust

Awesome Lists containing this project

README

          

# Advent Of Code 2020

![Rust CI](https://github.com/tejasbubane/adventofcode-2020/workflows/Rust%20CI/badge.svg)

My solutions for [Advent of Code 2020](https://adventofcode.com/2020).

I am playing with [Rust](https://www.rust-lang.org/) :crab: these days so that is the language I will use for for this year's AOC :tada:

### Usage

This is a library crate (no executable). [Sample and puzzle input files](tests/inputs) are passed to tests directly.

Build project and run tests:

```
cargo test
```