Skip to content

Instantly share code, notes, and snippets.

View devsamuelv's full-sized avatar
🌊
Bit surfing

Samuel Villegas devsamuelv

🌊
Bit surfing
View GitHub Profile
@devsamuelv
devsamuelv / hello_world_cc.lua
Created July 18, 2021 03:32
Computer Craft Hello World
local global_init = true
local lastTorch = 0
local currentTorch = 0
local totalSlots = 16
local currentSlot = 1
function attack()
turtle.attack()
end