mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-02-25 00:14:22 +01:00
Removed the unneeded $
This commit is contained in:
parent
3375dadd4b
commit
1692594d36
|
|
@ -40,7 +40,7 @@ partial class Program
|
|||
WriteLine("{0} contains {1:N0} bytes.",
|
||||
filePath, new FileInfo(filePath).Length);
|
||||
|
||||
WriteLine($"The compressed contents:");
|
||||
WriteLine("The compressed contents:");
|
||||
WriteLine(File.ReadAllText(filePath));
|
||||
|
||||
// read a compressed file
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ partial class Program
|
|||
WriteLine("{0} contains {1:N0} bytes.",
|
||||
filePath, new FileInfo(filePath).Length);
|
||||
|
||||
WriteLine($"The compressed contents:");
|
||||
WriteLine("The compressed contents:");
|
||||
WriteLine(File.ReadAllText(filePath));
|
||||
|
||||
// read a compressed file
|
||||
|
|
|
|||
Loading…
Reference in a new issue