Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khachikastoyan/advent-of-code
My solutions to Advent of Code
https://github.com/khachikastoyan/advent-of-code
Last synced: 6 days ago
JSON representation
My solutions to Advent of Code
- Host: GitHub
- URL: https://github.com/khachikastoyan/advent-of-code
- Owner: KhachikAstoyan
- Created: 2024-01-07T12:56:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T13:35:16.000Z (2 months ago)
- Last Synced: 2024-12-10T22:14:55.896Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 29.3 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. 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
```