Thanks to visit codestin.com
Credit goes to github.com

Skip to content

My AOC 2024 solutions in Rust until I get bored

noxware/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ Advent of Code 2024 πŸŽ„

Description

Repo containing my solutions for the Advent of Code 2024 challenges.

Written in Rust.

Running a solution

Suppose you want to run day 3 part 1 solution.

You should download your input file and save it to inputs/day3.txt.

Then you should run cargo run --release --bin d3p1.

About

My AOC 2024 solutions in Rust until I get bored

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages