add RegularExpressions to template

This commit is contained in:
Colin McMillen 2020-12-07 13:57:05 -05:00
parent d6a78fb66e
commit 11a66f2bb1

View File

@ -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 {