Commit 530b33db authored by Zane Safi Mroue's avatar Zane Safi Mroue
Browse files

Merge branch 'MySolution' into 'master'

My solution

See merge request ZaneMroue/hw1p3!3
parents 40e7c79a 81443da0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,5 +51,6 @@ public class MyCompressor extends Compressor {
            }
        }
        return new CompressedText(compressedList);

    }
}