aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/cppmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/cppmain.cpp')
-rw-r--r--snippets/cppmain.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/snippets/cppmain.cpp b/snippets/cppmain.cpp
new file mode 100644
index 0000000..e276249
--- /dev/null
+++ b/snippets/cppmain.cpp
@@ -0,0 +1,3 @@
+int main(int argc, char** argv) {
+ return 0;
+}