https://github.com/smartinscottlogic/advent_2017
https://github.com/smartinscottlogic/advent_2017
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartinscottlogic/advent_2017
- Owner: SMartinScottLogic
- Created: 2024-12-18T08:24:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T09:04:58.000Z (5 months ago)
- Last Synced: 2024-12-18T09:35:17.548Z (5 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent_2017
## 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)