Skip to content

appgurueu/AoC

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
22
 
 
 
 

Advent of Code solutions

Folder structure

  • <year>
    • src: Implementations
      • <day>/1.lua: Part 1 solution
      • <day>/2.lua: Part 2 solution
      • MIT-licensed
    • input
      • <day>.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 <day> <part>
      • 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 returning the solution

About

Advent of Code solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages