From 0e7d659d0e7d2b86ebee10c7403f3dc636dbbeca Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Thu, 15 Sep 2022 17:40:11 +0200 Subject: [PATCH] :adhesive_bandage: Fix #1 --- Sources/App/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/App/Program.cs b/Sources/App/Program.cs index 84f3b9a..554a05f 100644 --- a/Sources/App/Program.cs +++ b/Sources/App/Program.cs @@ -3,7 +3,7 @@ using System.Diagnostics; namespace App { - internal class Program + internal static class Program { static void Main(string[] args) { -- 2.36.3