https://github.com/panicbit/aocl
Advent of Code private leaderboard viewer
https://github.com/panicbit/aocl
Last synced: 15 days ago
JSON representation
Advent of Code private leaderboard viewer
- Host: GitHub
- URL: https://github.com/panicbit/aocl
- Owner: panicbit
- Created: 2017-12-01T12:19:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T23:45:23.000Z (over 6 years ago)
- Last Synced: 2025-12-25T21:14:21.561Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code private leaderboard viewer

# Installation
You need Rust installed first. See https://www.rustup.rs for how to install it.
```bash
cargo install --git https://github.com/panicbit/aocl
```
You can find the installed binary in `$HOME/.cargo/bin`.