Delete regexpattern_DAY3.cs

This commit is contained in:
Márton Szabó 2024-12-14 14:00:49 +00:00
parent a51fc05cce
commit 6b467e424e

View File

@ -1,3 +0,0 @@
string pattern = "mul([0-9]+,[0-9]+)"
Regex rg = new Regex(pattern);