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
- Host: GitHub
- URL: https://github.com/tejasbubane/adventofcode-2020
- Owner: tejasbubane
- Created: 2020-12-01T14:17:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T14:06:34.000Z (about 5 years ago)
- Last Synced: 2025-01-13T03:09:35.422Z (over 1 year ago)
- Language: Rust
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code 2020

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
```