The window to the right is a Perl6 REPL prompt.
REPL stands for Read-Eval-Print-Loop. Here you can write a line of code and run it!
Let's begin by saying hello to the world from Perl6: say "Hello World!"