Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucascorpion/advent-of-code

A collection of my Advent of Code solutions.
https://github.com/lucascorpion/advent-of-code

advent-of-code aoc

Last synced: about 1 month ago
JSON representation

A collection of my Advent of Code solutions.

Awesome Lists containing this project

README

        

# Advent of Code

Each day folder contains a `solution` script, an `input.txt` file which contains the input, and an `output.txt` file which contains the output. All solution scripts read input from `stdin` and write their output to `stdout` in human-readable format.

To run a solution, navigate to a year directory and run:

```sh
./solve.sh
```