Skip to content

Zonnex/aoc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code project template

A Rust template for Advent of Code that I made to easily run any day or combination of days and measure the execution time.

Each day has a solve() function that returns a pair of Solution. The type Solution is an enum that can contain any integer or a string.

To run: cargo run --release [days...]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published