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

index 3d87631..18459c7 100644 --- a/LibGitTest/Program.cs +++ b/LibGitTest/Program.cs
@@ -1,11 +1,10 @@ // 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 Test1.Run(); //await Test2.Run(); -await Test3.Run(); \ No newline at end of file +// await Test3.Run(); +await Test4.Run(); \ No newline at end of file