mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-02-03 05:34:16 +01:00
Update Program.Compress.cs
This commit is contained in:
parent
3225cdc7af
commit
f2ed17eb50
|
|
@ -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