-- Homework 07, problem 1: Greet yourself. -- -- Write three print calls below so the terminal shows, on three -- separate lines: -- 1. a greeting, -- 2. your first name, -- 3. the name of your favourite game. -- -- Run with: lua exercises/07/homework/01-greet-yourself.lua -- Your code goes here: