You use a playground by typing in code in the left area of the code editor. You
can immediately see results appear on the right in the playground. To create a
Hello World program, all you need to do is type in the phrase "Hello World"
(including the quotes) into the playground code editor (see Listing 1-2).