]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/projects.pl
Add list of 2014 solved projects and remove students pages with no effort shown.
[edu/osp-wiki.git] / student / projects.pl
index 380c2559f3258c0e117cd5e9c52cc4a3c90b2663..d35f490d673e0edcc4f359423ea29a4fac5682fe 100755 (executable)
@@ -5,7 +5,7 @@ use Data::Dumper;
 my %projects;
 
 
-foreach my $year (qw/2010 2011 2012 2013/) {
+foreach my $year (qw/2010 2011 2012 2013 2014/) {
     open LIST, "projects$year";
     while (<LIST>) {
        chomp;