summary refs log blame commit diff stats
path: root/raku/hello-world/HelloWorld.rakumod
blob: a914d42a9febafad42ebd3916699f7f0ac3d39a2 (plain) (tree)
1
2
3
4
5




                           
unit module HelloWorld;

sub hello is export {
    return "Hello, World!";
}