add RegularExpressions to template
This commit is contained in:
parent
d6a78fb66e
commit
11a66f2bb1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user