-- Homework 27, problem 3: Rectangle class. -- -- Build a Rectangle class with: -- Rectangle.new(w, h) -- Rectangle:area() -- Rectangle:perimeter() -- -- Test with two rectangles of different sizes. -- -- Run with: lua exercises/27/homework/03-rectangle.lua -- Your code goes here: