Rusty AoC 2018
Royalty Free
Advent of Code 2018 implemented in Rust
No Tags
Language
Rust
Metrics
API Calls - 351
Avg call duration -
N/A
Permissions
The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT).
Learn More
Run an Example
Input
Output
""
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run anowell/RustyAoC2018/0.3.0 -d '{
"day": 5,
"part": 2,
"input": "dabAcCaCBAcCcaDA"
}' --timeout 300