Add the last one

This commit is contained in:
Soph :3 2025-07-09 13:00:57 +00:00
parent 5769eca2f2
commit f40da609ad
4 changed files with 170 additions and 0 deletions

11
startup.lua Normal file
View file

@ -0,0 +1,11 @@
function lol()
while true do
turtle.suckUp()
end
end
function artist()
shell.run("artist")
end
parallel.waitForAll(lol, artist)