Skip to content

forgdeer/luaTuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luaTuts

an archive for my Lua tutorial files


💡 what's inside?

a bunch of files from pixuma's course on lua!

📝 code examples?

temperature_c = 100
temperature_f = 9/5 * temperature_c + 32
print("boiling point of water: " ..temperature_c)
print("in Fahrenheit: " ..temperature_f)

About

an archive for my Lua tutorial files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published