GuilhermeStracini / POC-dotnet-EventStoreDb

Lines not covered in tests TCV-001
Coverage
Critical
2 months ago2 months old
Lines not covered in tests
 3internal static class Program
 4{
 5    public static void Main()
 6    { 7        // This is a placeholder for the main entry point of the application. 8        Console.WriteLine("Hello, World!"); 9    }10}