-- Homework 07, challenge: Three-line story.
--
-- Write a three line micro-story:
--   line 1 sets the scene,
--   line 2 introduces a problem,
--   line 3 resolves the problem.
--
-- Each line should be printed by its own print call.
--
-- Add a --[[ ]] multi-line comment at the top of the file (above
-- your three print calls) explaining in plain English what your
-- story is about.
--
-- Run with: lua exercises/07/homework/04-three-line-story.lua

-- Your multi-line comment and code go here:

