From a65edca2fd148a5f8a22690ad7ca594f7f1a0d6e Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Sat, 1 Oct 2022 22:43:14 +0200 Subject: [PATCH] :adhesive_bandage: Make Program internal and static --- Sources/Data/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Data/Program.cs b/Sources/Data/Program.cs index b448831..1d57fda 100644 --- a/Sources/Data/Program.cs +++ b/Sources/Data/Program.cs @@ -11,7 +11,7 @@ using System.Runtime.Intrinsics.Arm; namespace Data { - class Program + internal static class Program { static void Main(string[] args) {