Files
advent-of-code-2023/10/PipeMaze.Tests/GlobalUsings.cs
T

3 lines
51 B
C#
Raw Normal View History

2023-12-11 02:03:46 -06:00
global using FluentAssertions;
2023-12-11 02:19:07 -06:00
global using Xunit;