This commit is contained in:
2023-08-22 10:52:21 +09:00
parent 4acd09f034
commit a474b715fd
7 changed files with 296 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
using MyConsoleApp.Work;
namespace MyConsoleApp;
class Program
{
static void Main(string[] args)
{
//AsyncAwaitWork.DoTest();
LinqWork.DoTest();
while (true)
{
}
}
}