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