Skip to content

Instantly share code, notes, and snippets.

@jonathanstowe
Created December 25, 2016 13:25
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 jonathanstowe/9e6def365d623504ee8d2fabf210641d to your computer and use it in GitHub Desktop.
Save jonathanstowe/9e6def365d623504ee8d2fabf210641d to your computer and use it in GitHub Desktop.
Amharic seasonal greeting in Perl 6
use አማርኛ;
መደብ ሰላምታ {
method ሰላምታ() {
say "መልካም ገና";
}
}
use ሰላምታ;
ሰላምታ.ሰላምታ;
module አማርኛ {
}
package EXPORTHOW {
package DECLARE {
our constant መደብ = Metamodel::ClassHOW;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment