From 458a4ddab6c5759ec674ec2998804f12ce3410fa Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 6 Jun 2022 16:00:47 +0530 Subject: [PATCH] RK v1.0 --- Integration.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Integration.cs b/Integration.cs index 9169d31..f207e55 100644 --- a/Integration.cs +++ b/Integration.cs @@ -9,5 +9,7 @@ namespace TestConsoleApp public class Integration { string str = string.Empty; + string NewStr = "hello Corelevel 2"; + } }