https://github.com/art049/aoc23
Advent of Code 2023
https://github.com/art049/aoc23
Last synced: 3 months ago
JSON representation
Advent of Code 2023
- Host: GitHub
- URL: https://github.com/art049/aoc23
- Owner: art049
- License: mit
- Created: 2023-12-01T20:24:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T15:44:04.000Z (over 1 year ago)
- Last Synced: 2025-02-03T23:48:59.888Z (4 months ago)
- Language: Rust
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust AOC23
Advent of Code 2023
## Usage
Running a solution:
```bash
cargo run --bin dayXX
```## Creating a new solution
```bash
./newday.sh XX
```