Skip to content

This repo contains all of my AoC participations.

License

Notifications You must be signed in to change notification settings

LeonHeidelbach/AoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repo contains all of my Advent of Code participations. I intend to use the AoC problems to learn and/or become better at new programming languages, so don't get a heart attack when you see any suboptimal use of language features (I am looking at you expert Rusticians out there ;-)).

Quickstart Guide

All of my solutions will be self-contained within their respective directory, so that you can easily build and run them without an exotic setup procedure and/or build process.

Rust

To build and run my Rust solutions just do the following:

$ cd 2022/day_1
$ cargo run

About

This repo contains all of my AoC participations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages