Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[rosalind] Add usage information
  • Loading branch information
Paul Cochrane committed May 6, 2015
1 parent bff64aa commit 5f3c6ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions categories/rosalind/trie-grondilu.pl
Expand Up @@ -26,6 +26,14 @@
8 9 A
9 10 T
Usage:
$ perl6 trie-grondilu.pl
or
$ perl6 trie-grondilu.pl --data="GAT ATC"
=end pod

my Int $node = 1;
Expand Down

0 comments on commit 5f3c6ac

Please sign in to comment.