Ready to clone and code.

This commit is contained in:
simon
2025-04-02 20:06:02 +00:00
committed by github-actions[bot]
parent c9a9b12831
commit a49ea792cc
19 changed files with 28 additions and 119 deletions

View File

@@ -0,0 +1,12 @@
namespace song_of_the_day.Tests;
using song_of_the_day;
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}