wget to download the file at http://cs.longwood.edu/courses/cmsc162/f18/files/lab3.tgz
tar -xvzf lab3.tgz
ls to see that there is a new directory called lab3
cd lab3 to change directory to the lab3 directory
You have been given a file named plant.cpp which contains almost all of the code you will need.
drawPlant function.
You can use make copy to copy your plant.svg to public_html.
When you are done you need to hand in your lab. The easiest way is to type make handin.
If you have changed file names or directory names you will need to change to the
directory which contains the directory you wish to hand in. We will use
the handin cmsc162 assignment directory command.
In this case you will type: handin cmsc162 lab3 lab3
You lab is due at 11:59pm Sept. 11th 2018.