fixed main

This commit is contained in:
Ryan 2017-09-20 11:30:37 -04:00
parent 5f023fdfd3
commit 0bd1ebd2e6
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.