j-alder / advent-of-code

Advent of Code solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code Solutions

Solutions for Advent of Code in various languages. By no means exhaustive.

Organization

All language solution projects share a common input directory at root to avoid duplication. Each utilizes its own method to fetch a given day's input file. From the root of each language directory there are commands to run any solution from that set, in the form of <command> <year> <day>. See each language's readme file for instructions on how to run.

About

Advent of Code solutions


Languages

Language:JavaScript 63.3%Language:Rust 20.6%Language:Kotlin 11.3%Language:Haskell 4.5%Language:Python 0.3%