Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaganpreet/advent-of-code-2023
https://github.com/gaganpreet/advent-of-code-2023
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaganpreet/advent-of-code-2023
- Owner: gaganpreet
- Created: 2023-12-03T14:51:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-05T21:58:02.000Z (11 months ago)
- Last Synced: 2024-10-12T13:09:12.543Z (about 1 month ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2023
Language: Rust
Playing with Rust for the first time and learning as I play along. Subpar code quality is therefore guaranteed.
Note: Some Python solutions included to save time.
## Running
```bash
cargo build./target/debug/day1 ./inputs/day1/input
```