Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petertseng/adventofcode-rs-2020
Solutions to https://adventofcode.com/2020 (selected problems only, not intending to complete)
https://github.com/petertseng/adventofcode-rs-2020
advent-of-code advent-of-code-2020 rust
Last synced: 30 days ago
JSON representation
Solutions to https://adventofcode.com/2020 (selected problems only, not intending to complete)
- Host: GitHub
- URL: https://github.com/petertseng/adventofcode-rs-2020
- Owner: petertseng
- License: apache-2.0
- Created: 2020-12-01T12:14:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T12:27:04.000Z (about 3 years ago)
- Last Synced: 2024-11-13T16:43:46.882Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020, rust
- Language: Rust
- Homepage: https://adventofcode.com/2020
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
These are my solutions to http://adventofcode.com
All solutions are written in Rust.
[![Build Status](https://travis-ci.org/petertseng/adventofcode-rs-2020.svg?branch=master)](https://travis-ci.org/petertseng/adventofcode-rs-2020)
## Input
In general, all solutions can be invoked in both of the following ways:
* Without command-line arguments, takes input on standard input.
* With 1+ command-line arguments, reads input from the first, which must be the path to an input file.
Arguments beyond the first are ignored.Some may additionally support other ways:
* None yet.
## Closing Thoughts
None yet.