Add project files.

This commit is contained in:
2024-09-20 20:59:12 -04:00
parent da440a0e4e
commit 1e85d0ea42
6 changed files with 118 additions and 0 deletions

10
AnimeAnnouncer/Program.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace AnimeAnnouncer
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}