https://github.com/smartinscottlogic/advent_2024
https://github.com/smartinscottlogic/advent_2024
advent-of-code-2024 aoc-2024 aoc-2024-in-rust aoc2024 aoc2024-in-rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartinscottlogic/advent_2024
- Owner: SMartinScottLogic
- Created: 2024-11-24T18:30:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T08:29:34.000Z (5 months ago)
- Last Synced: 2024-12-24T09:30:29.874Z (5 months ago)
- Topics: advent-of-code-2024, aoc-2024, aoc-2024-in-rust, aoc2024, aoc2024-in-rust
- Language: Rust
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent_2024
## Setup new day
To setup a new day, ready for solving, run:
```
cargo xtask setup day${N}
```
Where `N` is the day number, for example:
```
cargo xtask setup day2
```
Will setup `day2` (does NOT perform any git actions)