From 3b9a7c841497a38f6757b95d992216e7753c6603 Mon Sep 17 00:00:00 2001 From: Michael Van Leeuwen Date: Fri, 3 Aug 2018 19:41:09 -0400 Subject: [PATCH] Add C template --- C/Solution.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 C/Solution.c diff --git a/C/Solution.c b/C/Solution.c new file mode 100755 index 0000000..3d5ed58 --- /dev/null +++ b/C/Solution.c @@ -0,0 +1,5 @@ +#include + +int main() { + return 0; +} \ No newline at end of file