Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khachikastoyan/advent-of-code-2023
My solutions to Advent of Code 2023 in Rust
https://github.com/khachikastoyan/advent-of-code-2023
Last synced: 2 months ago
JSON representation
My solutions to Advent of Code 2023 in Rust
- Host: GitHub
- URL: https://github.com/khachikastoyan/advent-of-code-2023
- Owner: KhachikAstoyan
- Created: 2024-01-07T12:56:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T13:02:54.000Z (about 1 year ago)
- Last Synced: 2024-04-19T19:06:16.826Z (10 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
This repo contains solutions for Advent of code 2023. I decided to write my solutions in Rust, because I want to learn rust and become better at it, so what's a better way to do that than by writing code?
### How to run?
To run the project, add the input files for each day in the inputs directory. The files should be named like "day5.txt"To run all days, use:
```
cargo run
```To run a specific day, use:
```
cargo run day_number
```