From 40a649be902a2537d5324190d0ab4f665998f93f Mon Sep 17 00:00:00 2001 From: Cory Date: Thu, 14 Sep 2023 16:59:53 +0200 Subject: [PATCH] Move main.cpp to src dir --- main.cpp => src/main.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename main.cpp => src/main.cpp (100%) diff --git a/main.cpp b/src/main.cpp similarity index 100% rename from main.cpp rename to src/main.cpp