From 088e2646defb6e9dddb7bde89ff3f4e27f09df79 Mon Sep 17 00:00:00 2001 From: pp Date: Thu, 7 Sep 2023 11:06:10 +0200 Subject: [PATCH] =?UTF-8?q?Az=20indul=C3=A1s=20ki=C3=ADr=C3=A1sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index 5c892fe..9030236 100644 --- a/Program.cs +++ b/Program.cs @@ -10,6 +10,7 @@ namespace Balkezesek { static void Main(string[] args) { + Console.WriteLine("A program indul"); } } }