From 1a7858198e0e423e9ce549a255d42f7946cc0728 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Sat, 3 May 2025 12:38:05 +0200 Subject: [PATCH] Move main to C++ file --- src/{main.c => main.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{main.c => main.cpp} (100%) diff --git a/src/main.c b/src/main.cpp similarity index 100% rename from src/main.c rename to src/main.cpp