Skip to content

Instantly share code, notes, and snippets.

@Splendorr
Splendorr / AoCday2.lua
Created December 4, 2019 02:46
Advent of Code 2019 - Day 2 in Lua
local inspect = require 'inspect'
function table.clone(org)
return {table.unpack(org)}
end
-- INPUTS --------------------
input = {
1,0,0,3,