diff --git a/CLI/Program.cs b/CLI/Program.cs index 3751555..21e2cb5 100644 --- a/CLI/Program.cs +++ b/CLI/Program.cs @@ -1,2 +1,9 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +namespace CLI; + +class Program +{ + static void Main(string[] args) + { + + } +}