diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 16:04:48 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 16:04:48 +0100 |
| commit | 7726d64530f82fc9b8ac08f484491335bd7ca2a4 (patch) | |
| tree | 903e6f16b10f64a420c86ae93eaa8315a313ae2b /Src/Exec/main.cpp | |
| parent | a8b8d557692823931bb41dcd55627080f55b6099 (diff) | |
Optimized directory structure
Diffstat (limited to 'Src/Exec/main.cpp')
| -rw-r--r-- | Src/Exec/main.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Src/Exec/main.cpp b/Src/Exec/main.cpp deleted file mode 100644 index 4beeed7..0000000 --- a/Src/Exec/main.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include <iostream>
-#include <StringTools/StringTools.h>
-
-int main()
-{
- std::cout << StringTools::Replace("Hello, ${where}!\n", "${where}", "World") << std::endl;
-
- return 0;
-}
|
