Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petertseng/adventofcode-rs-2023

Solutions to https://adventofcode.com/2023 (selected problems only, not intending to complete)
https://github.com/petertseng/adventofcode-rs-2023

advent-of-code advent-of-code-2023 rust

Last synced: 18 days ago
JSON representation

Solutions to https://adventofcode.com/2023 (selected problems only, not intending to complete)

Awesome Lists containing this project

README

        

# Advent of Code

These are my solutions to http://adventofcode.com

All solutions are written in Rust.

## 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.