Skip to content

crnkofe/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 26, 2022
ed8f638 · Dec 26, 2022

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

It's Advent of Code 2022 time in Lua!

To run this project on Debian 11 get and install Lua 5.4 and its fabulous package manager luarocks.

Install lint, unit testing, debugging pkgs with luarocks:

sudo luarocks install luacheck
sudo luarocks install mobdebug
sudo luarocks install luaunit

Run day 1 with (substitute numbers for other days):

lua day1.lua
lua test_day1.lua

About

Advent of Code 2022 solutions in Lua!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages