Learning Lua with Advent of Code Day 1

preview_player
Показать описание
Learning Lua with Advent of Code 2022! Come and follow me as I debug, google and print() my way to implementing AoC challenges using Lua in NeoVim.

Find me online:
Рекомендации по теме
Комментарии
Автор

"local function foo()" is just syntactic sugar for "local foo = function ()", they do the exact same thing.

QuotePilgrim