From 240bb877bb7f555226d96cb1333f46f5a15d2935 Mon Sep 17 00:00:00 2001 From: Aang099 <65919137+Aang099@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:57:10 -0700 Subject: [PATCH] Rename hello.c to hello.cpp the .c extension will be assumed by the compiler (and any viewers) to be a C file, while it is C++ code. --- C++ Programs/{hello.c => hello.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename C++ Programs/{hello.c => hello.cpp} (100%) diff --git a/C++ Programs/hello.c b/C++ Programs/hello.cpp similarity index 100% rename from C++ Programs/hello.c rename to C++ Programs/hello.cpp