new feature

This commit is contained in:
2021-07-30 23:38:59 +05:30
parent aa3496ec41
commit 39d25240b9
+1 -1
View File
@@ -8,7 +8,7 @@ namespace TestConsoleApp
public List<string> Parse()
{
var totalQuery = File.ReadAllText(@"D:\empt.txt");
var totalQuery = File.ReadAllText(@"D:\testquery.txt");
return _Parse(totalQuery);
}