blob: 18459c709bee65f87322835bf6b88b9395ad1842 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// See https://aka.ms/new-console-template for more information
using LibGitTest;
Console.WriteLine("Hello, World!");
// await Test1.Run();
//await Test2.Run();
// await Test3.Run();
await Test4.Run();
|