Hello, world!

Let's try from the simple example. This example is a common example in all programming tutorials and books, it prints "Hello, world!". Try running the following program, you should see the output.

say 'Hello, world!'

Here say is a function that accepts arguments and prints them out.

Exercise

Try fixing the following code so it prints 'Bye':

say ''