Commit de29857a authored by JoyJ's avatar JoyJ

delete test args

parent 799c5ec7
......@@ -10,7 +10,6 @@ namespace CardCodeSearcher
{
static void Main(string[] args)
{
args = new string[1] { "input.txt" };
if (args.Length == 0)
{
Console.WriteLine("Usage: cardcodesearcher.exe file1 file2 file3...");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment