Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created June 28, 2016 19:12
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 zoffixznet/118ee58ca8279a1790b7c387ffc328ab to your computer and use it in GitHub Desktop.
Save zoffixznet/118ee58ca8279a1790b7c387ffc328ab to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl6
sub MAIN ($file) {
dd $file.IO.lines.grep({!/^\>/})».comb».grep(/<[GC]>/).Bag.hash;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment