Empty program

The empty program is valid and does nothing but return a successful exit code:

It is also possible to just specify that the program is written in Raku:

use v6;

or even:

v6;

Last updated