8 lines
281 B
C#
8 lines
281 B
C#
global using NUnit.Framework;
|
|
global using AdventOfCode2023.Day1;
|
|
global using AdventOfCode2023.Day2;
|
|
global using AdventOfCode2023.Day3;
|
|
global using AdventOfCode2023.Day4;
|
|
global using AdventOfCode2023.Day5;
|
|
global using AdventOfCode2023.Day6;
|
|
global using AdventOfCode2023.Day7; |