Skip to content

cdelaorden/aoc-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

https://adventofcode.com/2022/

Let's try to Learn Rust!

Running:

cargo run -- <day> [<path_to_input>]

If ommited, <path_to_input> will default to inputs/<day_number>.txt which has the received puzzle inputs. Override for using different inputs or the available inputs/<day>_test.txt with the examples.

Run tests (if any 😅) with cargo test.

About

Learning Rust with Advent of Code 2022

Resources

Stars

Watchers

Forks

Languages