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 Perl6:

use v6;

or even:

v6;