tejasbubane / adventofcode-2020

Advent of code 2020 solutions in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code 2020

Rust CI

My solutions for Advent of Code 2020.

I am playing with Rust 🦀 these days so that is the language I will use for for this year's AOC 🎉

Usage

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

Build project and run tests:

cargo test

About

Advent of code 2020 solutions in Rust


Languages

Language:Rust 100.0%