Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leomeloxp/advent-of-code-2023-rs
https://github.com/leomeloxp/advent-of-code-2023-rs
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leomeloxp/advent-of-code-2023-rs
- Owner: leomeloxp
- Created: 2023-11-30T18:16:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-11T06:35:00.000Z (11 months ago)
- Last Synced: 2024-10-04T19:09:08.057Z (about 1 month ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent of Code 2023 - Rust Edition
## Prerequisites
- Rust (currently using version 1.74.0 but earlier versions should work)
- `card install cargo-generate`
- `card install cargo-watch`
- [`just`](https://github.com/casey/just)## Usage
- Create new days with `just create `
- Work through the day's problem with `just work `