Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 415 Bytes

ADVENT OF CODE

My year-by-year advent of code. This repo contain all of my adventure with new language I wanna practice (Currently with 2022 is rust).

You can create pull request to give me more idea to solve the problem. But do it yourself before.

You can find all information about AOC at https://adventofcode.com/.

How to run

  • 2022:
cargo run -p y22
  • 2021:
cargo run -p y21