Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jottenlips/advent-of-rust
๐advent of code in rust ๐ฆ (32%)
https://github.com/jottenlips/advent-of-rust
advent-of-code advent-of-code-2021 rust
Last synced: about 19 hours ago
JSON representation
๐advent of code in rust ๐ฆ (32%)
- Host: GitHub
- URL: https://github.com/jottenlips/advent-of-rust
- Owner: jottenlips
- Created: 2021-12-02T03:01:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T03:37:25.000Z (about 3 years ago)
- Last Synced: 2024-11-28T12:11:43.941Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2021, rust
- Language: Rust
- Homepage:
- Size: 87.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-rust
![Screenshot](screenshot.png)
https://adventofcode.com/
# run
cargo build && cargo run daynumber
```
cargo build && cargo run 1
```