Files
advent-of-code-2023/11/CosmicExpansion.Tests/GlobalUsings.cs
T

4 lines
52 B
C#
Raw Normal View History

2023-12-20 00:22:59 -06:00
global using FluentAssertions;
2023-12-16 10:24:42 -06:00
global using Xunit;