Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicell/advent-of-code
https://github.com/nicell/advent-of-code
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicell/advent-of-code
- Owner: Nicell
- License: mit
- Created: 2023-12-01T06:11:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-05T07:07:08.000Z (11 months ago)
- Last Synced: 2023-12-05T08:30:37.404Z (11 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- 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.