Files
advent-of-code-2023/07/CamelCards.Tests/GlobalUsings.cs
T

4 lines
52 B
C#
Raw Normal View History

2023-12-07 19:35:40 -06:00
global using FluentAssertions;
2023-12-07 14:06:26 -06:00
global using Xunit;