Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kovsu/advent-of-code
🦀 Let's learn rust from advent of code.
https://github.com/kovsu/advent-of-code
advent-of-code rust
Last synced: 25 days ago
JSON representation
🦀 Let's learn rust from advent of code.
- Host: GitHub
- URL: https://github.com/kovsu/advent-of-code
- Owner: kovsu
- License: mit
- Created: 2024-01-04T07:21:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T08:27:34.000Z (10 months ago)
- Last Synced: 2024-04-17T06:55:28.292Z (7 months ago)
- Topics: advent-of-code, rust
- Language: Rust
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code (Rust)
## Usage
```bash
# Create the scaffolding for a new day (must run before download.sh)
./run.sh
```## Thanks
- [Advent of Code](https://adventofcode.com/)
- [fspoettel/advent-of-code-2021](https://github.com/fspoettel/advent-of-code-2021)