Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilgardis/advent_of_code
https://github.com/emilgardis/advent_of_code
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/emilgardis/advent_of_code
- Owner: Emilgardis
- Created: 2021-12-01T09:32:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T16:49:00.000Z (about 1 year ago)
- Last Synced: 2024-10-14T15:40:51.172Z (2 months ago)
- Language: Rust
- Size: 223 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My AOC stuff
Install and setup [`aocf`](https://github.com/nuxeh/aocf/).
then run
```sh
cargo xtask new-day --day 1 --year 2020
```This creates a crate in `2020/day01-`