From 84817cea86b922ffa3c68d72c3d8e418ecd99702 Mon Sep 17 00:00:00 2001 From: churl Date: Wed, 7 Apr 2021 11:26:35 +0200 Subject: [PATCH] initial commit --- .projectile | 0 src/main.cpp | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 .projectile create mode 100644 src/main.cpp diff --git a/.projectile b/.projectile new file mode 100644 index 0000000..e69de29 diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..da90f13 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main(int argc, char *argv[]) { + + + return 0; +}