Kotlinlearncs.online LogoJava
Return to List

Solve: Three Line Greeting

Created By: Geoffrey Challen
/ Version: 2026.8.0

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!

Related Lessons

Stuck? You may find these lessons helpful:

Report a Problem

Attribution must link to this page: https://www.learncs.online/solve/kotlin/three-line-greeting/[email protected]