Skip to content

7sDream/advent2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Principle

  • I do it using Rust.
  • No dependencies except the standard library.
  • Good performance if I can.
  • Do not promise I will finish all problems.
  • Just for fun.

Run

Put input in tests/data/day1.input.txt, and run

cargo test --test day1 --release 

Remove --test day1 if you want run all of them.

LICENSE

The Unlicense.

About

Bad solutions of Advent of Code 2024 puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages