Files
advent-of-code-2023/02/CubeConundrum.Tests/GlobalUsings.cs
T

4 lines
52 B
C#
Raw Normal View History

global using FluentAssertions;
global using Xunit;