mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-06 06:43:47 +00:00
Update Program.Compress.cs
This commit is contained in:
parent
f2ed17eb50
commit
9d832c7498
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue