Skip to content

Instantly share code, notes, and snippets.

@NormTurtle
Last active January 6, 2024 04:52
Show Gist options
  • Save NormTurtle/a801ef43350b6200324fb08e91ff4600 to your computer and use it in GitHub Desktop.
Save NormTurtle/a801ef43350b6200324fb08e91ff4600 to your computer and use it in GitHub Desktop.
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()

this is 2nd gist file for the challenge 6

print("hello world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment