From 0b78011a0a3d48094d030ffe29719cec13864990 Mon Sep 17 00:00:00 2001 From: The-Last-Cookie Date: Sat, 14 Nov 2020 19:45:59 +0100 Subject: [PATCH] change main to example --- StringCalc.vcxproj | 2 +- StringCalc.vcxproj.filters | 4 ++-- main.cpp => example.cpp | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename main.cpp => example.cpp (100%) diff --git a/StringCalc.vcxproj b/StringCalc.vcxproj index b649f1e..a8d0101 100644 --- a/StringCalc.vcxproj +++ b/StringCalc.vcxproj @@ -139,7 +139,7 @@ - + diff --git a/StringCalc.vcxproj.filters b/StringCalc.vcxproj.filters index 67dee98..1002d95 100644 --- a/StringCalc.vcxproj.filters +++ b/StringCalc.vcxproj.filters @@ -15,10 +15,10 @@ - + Quelldateien - + Quelldateien diff --git a/main.cpp b/example.cpp similarity index 100% rename from main.cpp rename to example.cpp