From a6c9e64eb559a58d31f5ea68b8947f460ed8f04b Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 12 Feb 2022 03:07:11 +0100 Subject: Better directory structure naming --- StringTools/Exec/main.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 StringTools/Exec/main.cpp (limited to 'StringTools/Exec/main.cpp') diff --git a/StringTools/Exec/main.cpp b/StringTools/Exec/main.cpp deleted file mode 100644 index 4beeed7..0000000 --- a/StringTools/Exec/main.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include - -int main() -{ - std::cout << StringTools::Replace("Hello, ${where}!\n", "${where}", "World") << std::endl; - - return 0; -} -- cgit v1.2.3