Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created July 2, 2021 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfldex/74601dd9b68a27dc27248e767dc099a3 to your computer and use it in GitHub Desktop.
Save gfldex/74601dd9b68a27dc27248e767dc099a3 to your computer and use it in GitHub Desktop.
use v6;
use TestModule;
use v6;
sub ord() is export {
}
sub EXPORT() {
%(
'&ord' => &ord
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment