Course of Raku / Essentials / Running programs / Exercises / Hello, me!

Solution: Hello, me!

Here is the solution to the problem ‘Hello, me!‘.

Code

say 'Hello, Andrew!';

🦋 You can find the full code in the file hello-me.raku.

Output

To see the output, run the program, as shown below:

$ raku exercises/running-programs/hello-me.raku 
Hello, Andrew!

Discussion

There’s no doubt you managed to create this program. Nevertheless, remember that there is often more than one way to implement it.

Course navigation

Notes on using Unicode   |   Simple input and output