-- Homework 22, problem 1: Favourite games. -- -- Create a list of five game names. Use a for ... in ipairs(...) do -- loop to print: -- 1. -- 2. -- ... -- -- Run with: lua exercises/22/homework/01-favourite-games.lua -- Your code goes here: