From b098c84deab869f7433e34a7c01aac6e0e68e410 Mon Sep 17 00:00:00 2001 From: Adnale Date: Mon, 10 Jan 2022 18:33:14 +0400 Subject: [PATCH] Changes --- Animation/ConsoleAnimation/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Animation/ConsoleAnimation/Program.cs b/Animation/ConsoleAnimation/Program.cs index 8d2d1a6..22d9373 100644 --- a/Animation/ConsoleAnimation/Program.cs +++ b/Animation/ConsoleAnimation/Program.cs @@ -17,7 +17,9 @@ static void Main(string[] args) Timer T = new Timer(ff.ShowAnimation, 0, a, 1000); + Console.Write("Added from Folk"); + //Adding something new Console.ReadLine(); } }