-- Homework 07, problem 2: Print a quote.
--
-- Print a famous quote on the first line and the author on the
-- second line in this format:
--
--   "The best way to predict the future is to invent it."
--                                               - Alan Kay
--
-- Use any quote and author you like. Mind the quote marks inside
-- the string: the chapter explains a trick using single quotes
-- on the outside.
--
-- Run with: lua exercises/07/homework/02-print-quote.lua

-- Your code goes here:

