This World displays nothing on the screen. It writes to the console. To access the console press something like Ctrl-Shift-J or Command-Option-J or F12, depending on your browser.
Instead of "println" this World uses the P5 function print() to print to the console. You can also use the standard JavaScript console.log(). Or you can use the Ancient Brain function AB.msg() to write a message to the run header.