From 6e528248414e330c9e25e81596ab47b8b8a5b701 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 14 May 2021 22:44:50 +0430 Subject: first commit --- snippets/cppmain.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 snippets/cppmain.cpp (limited to 'snippets/cppmain.cpp') 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; +} -- cgit v1.2.3