This commit is contained in:
ramakrishna
2022-06-06 16:00:47 +05:30
parent 827ec4749e
commit 458a4ddab6
+2
View File
@@ -9,5 +9,7 @@ namespace TestConsoleApp
public class Integration public class Integration
{ {
string str = string.Empty; string str = string.Empty;
string NewStr = "hello Corelevel 2";
} }
} }