println moves to the next line once it has printed its message.
So calling it several times in a row produces several lines of output, in the order that you
called it.
Write a snippet of code—not a function—that prints exactly these three lines, in this order:
Ready?
Set?
Go!