From b332c7950225430e578e1c5d70b8dc630405cffa Mon Sep 17 00:00:00 2001 From: raviteja Date: Tue, 22 Mar 2022 11:13:30 +0530 Subject: [PATCH] Added New File --- Integration.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Integration.cs 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; + } +}