tefkah / advent-of-code-2022

(Attempts at) solutions for Advent of Code 2022, while trying to learn Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

This is a repo for doing the Advent of Code 2022 challenges as a way to learn Rust.

Running the code

To run the code, you need to have Rust installed. You can get it from rustup.

Once you have Rust installed, you can run the code by running cargo run in the directory of the day you want to run.

Running the tests

To run the tests, you need to have Rust installed. You can get it from rustup.

Once you have Rust installed, you can run the tests by running cargo test in the directory of the day you want to run.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

[./LICENSE]: # Path: LICENSE

About

(Attempts at) solutions for Advent of Code 2022, while trying to learn Rust

License:MIT License


Languages

Language:Rust 100.0%