Files
advent-of-code-2023/01/Trebuchet.Tests/GlobalUsings.cs
T

4 lines
52 B
C#
Raw Normal View History

global using FluentAssertions;
2023-12-01 21:39:12 -06:00
global using Xunit;