An open API service indexing awesome lists of open source software.

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

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)