diff --git a/Program.cs b/Program.cs index 08b9a6c..777b729 100644 --- a/Program.cs +++ b/Program.cs @@ -108,7 +108,7 @@ class Program static List GetAllFilesMatching(string pattern, string directory) { - List res = new List(); + List res = new(); List files = GetAllFiles(directory); Regex expression = new Regex(pattern,