diff --git a/Program.cs b/Program.cs index 42aa65b..d9b67f9 100644 --- a/Program.cs +++ b/Program.cs @@ -264,4 +264,9 @@ class Program } } + static bool Convert(Dictionary files) + { + + return false; + } }