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

3 lines
51 B
C#
Raw Normal View History

global using FluentAssertions;
2023-12-03 23:03:46 -06:00
global using Xunit;