Added New File

This commit is contained in:
2022-03-22 11:13:30 +05:30
parent 835166a92b
commit b332c79502
+13
View File
@@ -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;
}
}