-- Part 2 mini-project: ASCII Name Banner -- starter.
--
-- Finish this file so it prints a rectangular banner. See the chapter
-- page (book/project-01-name-banner.html) for the full spec.
--
-- Run with: lua projects/01-name-banner/starter.lua

-- TODO: replace this multi-line comment with one that says who the
-- banner is for and the date you wrote the file.
--[[
  Banner for: ???
  Written on: ???
]]

-- TODO: print the top border, for example:
-- +----------------------------------+

-- TODO: print a blank row between two | characters.

-- TODO: print a "WELCOME, PLAYER" row, centred by eye.

-- TODO: print a blank row.

-- TODO: print a row with your name in the middle.

-- TODO: print a blank row.

-- TODO: print a "Press ENTER to begin" row.

-- TODO: print a blank row.

-- TODO: print the bottom border.
