namespace song_of_the_day.Tests;

using song_of_the_day;

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