Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/appgurueu/aoc

Advent of Code solutions
https://github.com/appgurueu/aoc

Last synced: 8 days ago
JSON representation

Advent of Code solutions

Awesome Lists containing this project

README

        

# Advent of Code solutions

## Folder structure

* ``
* `src`: Implementations
* `/1.lua`: Part 1 solution
* `/2.lua`: Part 2 solution
* MIT-licensed
* `input`
* `.txt`: Input file
* Copyright 2015-2022 Advent of Code. All rights reserved.
* `test.lua`: Regression tests
* `run.lua`: Utility to run files
* Usage: `./run.lua `
* Requires ~~Lua 5.4~~ LuaJIT (for speed);
most should also run with PUC Lua 5.1 or newer
* Files are chunks getting a line iterator in `...`
and `return`ing the solution