Daniil159x / adventofcode-2023

Advent of Code 2023 - Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Rust 100.0%