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"); } } }