Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.13 KB

Solutions written in Lua, Rust, Scheme and Go.

Installation

To run the Go solutions you'll need to install Golang. To run the Scheme implementations you'll need a working installation of GNU Guile. To run the Rust implementations you'll need to install Rust. To run the Lua implementations you'll need Lua (the aoc script uses LuaJIT). See the aoc script.

Usage

Problem inputs are read from STDIN:

./day_n < input.txt

The solutions to both parts of the problem are then printed:

A) ... solution here ...
B) ... solution here ...