testing 100 #5

Closed
premkumar wants to merge 8 commits from CoreLevel2 into master
Showing only changes of commit b332c79502 - Show all commits
+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;
}
}