This commit is contained in:
Ryan 2017-09-07 00:04:18 -04:00
parent d31c682f30
commit 31f09c0e47
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace parseManagerCS
[STAThread]
public static void Main(string[] args)
{
args=new string[]{"choiceTest.txt"};
//args=new string[]{"choiceTest.txt"};
string file;
string print = "";
List<char> temp = new List<char>();

Binary file not shown.