-- Homework 12, problem 3: One-line three-line poem. -- -- Print a three line poem using EXACTLY ONE call to `print`. The line -- breaks must come from \n inside the string. -- -- After the print call, add a -- comment explaining why one print -- call can produce three lines. -- -- Run with: lua exercises/12/homework/03-three-line-poem.lua -- Your code goes here: