Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meadsteve/adventofcode2018
🎁 Eveeeeen later this year
https://github.com/meadsteve/adventofcode2018
Last synced: 5 days ago
JSON representation
🎁 Eveeeeen later this year
- Host: GitHub
- URL: https://github.com/meadsteve/adventofcode2018
- Owner: meadsteve
- Created: 2018-12-29T16:54:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T12:19:59.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T03:11:18.836Z (about 1 month ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust advent of code 2018
## Testing
```bash
cargo test
```## Running
```bash
cargo run --bin day01 < inputs/day01.txt
```