Skip to content

Instantly share code, notes, and snippets.

@viniciusjarina
Created May 3, 2020 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viniciusjarina/084ec517d9b20756043e0296748f728d to your computer and use it in GitHub Desktop.
Save viniciusjarina/084ec517d9b20756043e0296748f728d to your computer and use it in GitHub Desktop.
width=100
height=200
message="Hello World!"
color={r=100,g=20,b=50}
tree={branch1={leaf1=10,leaf2="leaf2"},leaf3="leaf3"}
function func(x,y)
return x,x+y
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment