Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lucascorpion/advent-of-code
- Owner: LucaScorpion
- Created: 2018-12-01T10:59:13.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T19:14:46.000Z (about 1 year ago)
- Last Synced: 2023-12-09T17:41:19.346Z (about 1 year ago)
- Topics: advent-of-code, aoc
- Language: TypeScript
- Homepage:
- Size: 534 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```