Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

tkukec/aoc-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My solutions for Advent of Code, written in Rust.

❗❗❗ This repo will no longer be updated. Please go to https://git.sr.ht/~toni/AoC for new solutions.

Test puzzles

I use cargo-aoc for automatically downloading input and handling other things like tests, benchmarks and generator functions. You can install it with cargo install cargo-aoc.

Most years require nightly Rust because I used some unstable features.

To run a specific day, use:

cd <year>
cargo aoc credentials -s <token>
cargo aoc -d <day>

Stars

2015 - ★★★★★★★★★★★★★★★★★★★★★★★★★

2016 - ★★★★★★★★★★★★★★★★★★★★★★★★★

2017 - ★★★★★★★★★★★★★★★★★★★★★★★★★

2018 - ★★★★★★★★★★★★★★★★★★★★★★★★★

2019 - ★★★★★★★★★★★★★★★★★★★★★☆★★☆

2020 - ★★★★★★★★★★★★★★★★★★★★★★★★★ 1

2021 - ★★★★★★★★★★★★★★★★★★★★★★★★★ 2

2022 - ★★★★

Footnotes

  1. 2020 was solved in Python, and is not included in this repo

  2. 2021 was solved in Kotlin, and is not included in this repo

About

My solutions for adventofcode.com, written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages