summary refs log tree commit diff
path: root/LibGitTest/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LibGitTest/Program.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/LibGitTest/Program.cs b/LibGitTest/Program.cs
new file mode 100644

index 0000000..3d87631 --- /dev/null +++ b/LibGitTest/Program.cs
@@ -0,0 +1,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(); \ No newline at end of file