https://github.com/art049/aoc24
https://github.com/art049/aoc24
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/art049/aoc24
- Owner: art049
- License: mit
- Created: 2024-11-30T16:17:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T17:21:15.000Z (6 months ago)
- Last Synced: 2025-01-30T16:26:16.983Z (5 months ago)
- Language: Rust
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust AOC24
[](https://codspeed.io/art049/AoC24)
Advent of Code 2024
## Usage
Running a solution:
```bash
cargo run --bin dayXX
```## Creating a new solution
```bash
./newday.sh XX
```