Skip to content

Instantly share code, notes, and snippets.

View FCO's full-sized avatar

Fernando Correa de Oliveira FCO

View GitHub Profile
@FCO
FCO / Bla.pm6
Created October 26, 2018 03:50
Exportation Exploration
use Exportable;
sub bla is exportable { "bla" }
sub ble is exportable { "ble" }
sub bli is exportable { "bli" }
sub blo is exportable { "blo" }
sub blu is exportable { "blu" }