8000 GitHub - wfxr/advent-of-code-2023
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wfxr/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I am trying to write the solutions

  • without unwrap
  • without unsafe
  • with error handling
  • as fast as possible
  • as expressive as possible

To run solutions:

cargo run --release [day_number]

To test solutions:

cargo test [day_number]

To benchmark solutions:

cargo bench [day_number]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0