mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Update Program.Compress.cs
This commit is contained in:
parent
f2ed17eb50
commit
9d832c7498
|
|
@ -39,7 +39,7 @@ partial class Program
|
|||
// output all the contents of the compressed file
|
||||
WriteLine("{0} contains {1:N0} bytes.",
|
||||
filePath, new FileInfo(filePath).Length);
|
||||
|
||||
|
||||
WriteLine("The compressed contents:");
|
||||
WriteLine(File.ReadAllText(filePath));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue