AdventOfCode 2018 Day16 Part1

This commit is contained in:
2023-12-05 03:53:08 +01:00
parent 9c5ba3b215
commit 5e18158a24
5 changed files with 4245 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
global using AdventOfCode.Common;
DayHelper.RunDay("AdventOfCode2018", 2);
DayHelper.RunDay("AdventOfCode2018", 16);