Skip to content

Instantly share code, notes, and snippets.

View NormTurtle's full-sized avatar
👽
dabbling arround

Omi NormTurtle

👽
dabbling arround
View GitHub Profile
@NormTurtle
NormTurtle / gist 1.md
Last active January 6, 2024 04:52
beginner: challenge 6

this is 1st gist file for the challenge 6

function gist1()
    print("hello world this is lua function of print") -- some comments 
end
gist1()