From dc2d6d2ee24b9fef52295516e074eeb3360b89b1 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 21 Aug 2016 12:06:28 -0400 Subject: [PATCH] Revert "removed using System.Linq" This reverts commit 153597590f77268764bae240629671bc0fb5ecbc. --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index f9e53da..d190d2d 100644 --- a/Program.cs +++ b/Program.cs @@ -1,5 +1,6 @@ using System; using System.Text; +using System.Linq; public static class Program {