From 1df1fa0b0b1f55e09198ddac1d0a757b701888b1 Mon Sep 17 00:00:00 2001 From: Josef Dzeranov Date: Mon, 2 Dec 2019 20:41:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=205?= =?UTF-8?q?=20=D0=BD=D0=B0=2025?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Iron_Programmer_Learning_Materials/Examples/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iron_Programmer_Learning_Materials/Examples/Program.cs b/Iron_Programmer_Learning_Materials/Examples/Program.cs index 976cbb7..d4c95ae 100644 --- a/Iron_Programmer_Learning_Materials/Examples/Program.cs +++ b/Iron_Programmer_Learning_Materials/Examples/Program.cs @@ -5,7 +5,7 @@ class Program static void Main(string[] args) { - System.Console.WriteLine(5); + System.Console.WriteLine(25); } } }