-- Homework 21, problem 1: Greet. -- -- Define a `local function greet(name)` that prints "Hello, !". -- Call it three times with three different names. -- -- Run with: lua exercises/21/homework/01-greet.lua -- Your code goes here: