https://github.com/nicell/advent-of-code
https://github.com/nicell/advent-of-code
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicell/advent-of-code
- Owner: Nicell
- License: mit
- Created: 2023-12-01T06:11:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T07:07:08.000Z (over 2 years ago)
- Last Synced: 2025-03-23T22:38:58.034Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
I am participating in [Advent of Code](https://adventofcode.com/) 2023 and learning [Rust](https://www.rust-lang.org/).
To run the solution, `cd` into the directory for the day and run `cargo run`. The solution will be printed to the console. `input.txt` should be in the `src` directory.