Skip to content

Commit

Permalink
Feeble first stab at some ABC classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastOfTheCarelessMen committed Dec 12, 2009
1 parent ea56d5d commit 2dafe43
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/ABC.pm
@@ -0,0 +1,18 @@
use v6;

class ABCHeader
{

}

class ABCBody
{

}

class ABCTune
{
has $.header;
has $.body;

}

0 comments on commit 2dafe43

Please sign in to comment.