Files
advent-of-code-2023/08/HauntedWasteland.Tests/GlobalUsings.cs
T

3 lines
51 B
C#
Raw Normal View History

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