aboutsummaryrefslogtreecommitdiff
path: root/.config/rakumod/templates/kinds/main.raku
blob: be0dced7b8be29623b4f63f3b57d6e409fb79389 (plain)
1
2
3
4
5
6
7
unit module {{ this.provide }};

#| Nondescript.
sub MAIN (
) is export {
	…
}