Course of Raku / Essentials / The MAIN function / Exercises

Hello, World!

Problem

Create a program that contains the MAIN function and prints ‘Hello, World!’.

Example

An example of using the program:

$ raku hello-world.raku
Hello, World!

Solution

See the solution

Next exercise

💪 Print the sum

Course navigation

Built-in functions for printing / note   |