Skip to content

Daniil159x/adventofcode-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Site of competition: https://adventofcode.com/2023

Goal

The main goal - learn the rust.

How to develope

  1. Clone repository
  2. Open vscode
  3. Open folder inside devcontainer
  4. Add new day task: cargo new dayXX
  5. Coding!

How to run

Run tests

# all tests
cargo test

# specific day
cargo test -p day01

Solve challenge

Solve the first day challenge:

cat day01/input/challenge.txt | cargo run day01

Benchmark

cargo bench

Performance

About

Advent of Code 2023 - Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages