diff --git a/Integration.cs b/Integration.cs new file mode 100644 index 0000000..9169d31 --- /dev/null +++ b/Integration.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace TestConsoleApp +{ + public class Integration + { + string str = string.Empty; + } +}