Update Program.Compress.cs

This commit is contained in:
Mark J. Price 2022-11-24 09:39:48 +00:00 committed by GitHub
parent f2ed17eb50
commit 9d832c7498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));