webbgamers / aoc2021

My Advent of Code 2021 solutions! πŸ¦€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021

This is my testing system and (eventually) solutions for AOC 2021. In an attempt to get better at Rust (I'm a little rusty πŸ˜‰) I am doing this all in Rust.

How to see my solutions

cargo run <day>

How to use testing system

Each day gets a day##.rs file in the src directory. Each day must have the definitions shown in template.rs, an entry on line 4 of main.rs, and an entry in the match statement that begins on line 26.

Dependencies

Coming Soon (Maybe)

Automatic input fetching and answer submittal right from the CLI!

About

My Advent of Code 2021 solutions! πŸ¦€


Languages

Language:Rust 100.0%