removed using System.Linq

This commit is contained in:
Carson McManus 2016-08-21 12:04:35 -04:00
parent 7e077fc615
commit 153597590f

View file

@ -1,6 +1,5 @@
using System; using System;
using System.Text; using System.Text;
using System.Linq;
public static class Program public static class Program
{ {