Skip to content

Asner/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2022

My Advent of Code 2022 solutions are written in Rust programming language because I'm trying to learn. I'll look back to this code in the future.

Run solutions

# Let's switch to day 1 part 1 solution
cd day01a
cargo run --release
❯ cargo run --release
    Finished release [optimized] target(s) in 0.00s
     Running `target/release/day01`
67658

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages