Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabeth de vogelaere committed Oct 19, 2015
2 parents 5be882d + ccc8107 commit 9c3547d
Show file tree
Hide file tree
Showing 10 changed files with 1,347,210 additions and 1 deletion.
11 changes: 10 additions & 1 deletion week7/01-cities.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/perl
#01-cities.pl
#

use warnings;
use strict;
Expand Down Expand Up @@ -29,3 +28,13 @@
print "$count: $city, $state\n";
}
__END__
#"All at once":
my %hash = (
"Mountain View" => 'California',
Tucson => 'Arizona',
Ballymun => 'Dublin',
);
say Dumper(\%hash);
437,521 changes: 437,521 additions & 0 deletions week7/17kmer_contigs.fa

Large diffs are not rendered by default.

252,337 changes: 252,337 additions & 0 deletions week7/23kmer_contigs.fa

Large diffs are not rendered by default.

Loading

0 comments on commit 9c3547d

Please sign in to comment.