some tests

This commit is contained in:
michalcourson
2026-02-24 21:11:26 -05:00
parent 8fda2a03af
commit 1e7141c43f
61 changed files with 1712 additions and 56 deletions

View File

@ -0,0 +1,10 @@
// See https://aka.ms/new-console-template for more information
using ClientTest;
Console.WriteLine("Hello, World!");
Client client = new Client();
while (true)
{
await Task.Delay(1000);
}