summaryrefslogtreecommitdiffstats
path: root/games/hello/init.lua
blob: e813b611abd164f8c144329490d5300f125784eb (plain)
1
2
3
function on_init()
	print("Hello, world!");
end