summary refs log tree commit diff
path: root/LibGitTest/Program.cs
blob: 3d87631f8d32f0dc22821efb9d32fdae5faab54c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// See https://aka.ms/new-console-template for more information

using LibGit;
using LibGit.Extensions;
using LibGitTest;

Console.WriteLine("Hello, World!");

//await Test1.Run();
//await Test2.Run();
await Test3.Run();