https://github.com/leonardfactory/advent-of-code-2023
AoC 2023 🎄
https://github.com/leonardfactory/advent-of-code-2023
Last synced: 5 months ago
JSON representation
AoC 2023 🎄
- Host: GitHub
- URL: https://github.com/leonardfactory/advent-of-code-2023
- Owner: leonardfactory
- License: mit
- Created: 2023-12-16T13:04:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T01:27:53.000Z (over 2 years ago)
- Last Synced: 2024-04-14T18:26:29.744Z (about 2 years ago)
- Language: Rust
- Size: 3.79 MB
- 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 🎄

## Running
```sh
cargo test -p day-x
cargo run --release -p day-x
```
## Creating
```sh
cargo generate --path template --name day-x
```