Skip to content
/ aoc2020 Public

Advent of Code 2020 solutions in Rust 🦀

Notifications You must be signed in to change notification settings

jpxd/aoc2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

This repository contains my solutions to the Advent of Code puzzles of 2020 written in Rust. It's my first time using Rust, so expect nothing too fancy.

Usage

Rust has to be installed (e.g. via rustup). The solutions are located in src/bin and can be executed from the project root directory via cargo (e.g. run cargo run --bin day1 or for an optimized version run cargo run --release --bin day1).

About

Advent of Code 2020 solutions in Rust 🦀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages