2025-04-02 20:06:02 +00:00

13 lines
175 B
C#

namespace song_of_the_day.Tests;
using song_of_the_day;
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}