From 57218b37fdd68d4109203d1a9ea6ba34b9a3ef6c Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Tue, 21 Jun 2022 22:36:44 +0100 Subject: [PATCH] Placeholder function TODO: add implementation --- Program.cs | 5 +++++ 1 file changed, 5 insertions(+) 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; + } }