diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-06-05 03:25:53 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-06-05 03:25:53 +0200 |
commit | 51d820e22a4517dbb06d38a4f07f7c48522ef811 (patch) | |
tree | 4a7749cf77223dff2414fd4b73cb17df43d7449e /LibGitTest/Program.cs | |
download | GitTools-master.tar.xz |
Diffstat (limited to 'LibGitTest/Program.cs')
-rw-r--r-- | LibGitTest/Program.cs | 11 |
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 |