From 32c530ced1938205fdc14b22d899b98a080c0772 Mon Sep 17 00:00:00 2001 From: "Simon V. Lejel" Date: Tue, 6 Feb 2024 18:41:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Make=20main=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main.cc diff --git a/src/main.cc b/src/main.cc new file mode 100644 index 0000000..0bcfa04 --- /dev/null +++ b/src/main.cc @@ -0,0 +1,10 @@ +#include + +using namespace std; + +int main() { + + + + return 0; +}