summaryrefslogtreecommitdiffhomepage
path: root/mcc.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-03-29 16:28:34 +0200
committerRoland Reichwein <mail@reichwein.it>2020-03-29 16:28:34 +0200
commitb0cac4997b5767526b29187fecf2a87aa1b0ebef (patch)
tree4f98d43cb2a03d87e17cf35240911a2fc6ae2474 /mcc.cpp
parentb7e53bf9d091874d8028b37f6e4940b504cc9234 (diff)
Add CLI
Diffstat (limited to 'mcc.cpp')
-rw-r--r--mcc.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcc.cpp b/mcc.cpp
new file mode 100644
index 0000000..da2a981
--- /dev/null
+++ b/mcc.cpp
@@ -0,0 +1,6 @@
+// CLI
+
+int main(int argc, char* argv[])
+{
+ return 0;
+}