Skip to content

trilowy/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run

For Rust

  • Install Rust
  • Go to the puzzle directory
  • Run:
    cargo run
  • Launch tests:
    cargo test
  • See how fast the program runs:
    cargo build --release
    time ./target/release/adventofcode

For Zig

  • Install Zig
  • Go to the puzzle directory
  • Run:
    zig run main.zig
  • Launch tests:
    zig test main.zig
  • See how fast the program runs:
    zig build-exe main.zig -Doptimize=ReleaseSafe
    time ./main

About

https://adventofcode.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published