1 2 3 4 5 6 7
--The connet the dots spell game print("Hi from connectthedots.lua") function connectthedots() print("Blah!") return 100 end