From 4e69a84573f1f4237536c67c970ef9f8e42bb2e5 Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Sun, 6 Nov 2016 15:10:10 +0100 Subject: [PATCH] Initial commit. --- test.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test.c diff --git a/test.c b/test.c new file mode 100644 index 0000000..77120e6 --- /dev/null +++ b/test.c @@ -0,0 +1,6 @@ +#include + +int main(int argc, char argv[]) +{ + return 0; +} -- libgit2 0.26.0