From 11a66f2bb1f1ee0d658ea498aff07ef90a2d2ea1 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Mon, 7 Dec 2020 13:57:05 -0500 Subject: [PATCH] add RegularExpressions to template --- 2020/DayTemplate.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/2020/DayTemplate.cs b/2020/DayTemplate.cs index c432f36..13f9463 100644 --- a/2020/DayTemplate.cs +++ b/2020/DayTemplate.cs @@ -3,6 +3,7 @@ using static System.Console; using System.Collections.Generic; using System.IO; using System.Linq; +using System.Text.RegularExpressions; using Xunit; namespace AdventOfCode {