aboutsummaryrefslogtreecommitdiffstats
path: root/c/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/main.cpp b/c/main.cpp
new file mode 100644
index 0000000..4e1d93b
--- /dev/null
+++ b/c/main.cpp
@@ -0,0 +1,6 @@
+
+#include "header.hpp"
+
+int main (int argc, char** argv) {
+ return 0;
+}