From 96632f87eecd389908bc18ca5f3275f9493d9848 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Mon, 6 Dec 2021 13:13:49 +0100 Subject: [PATCH] Turned off file-example because it spams the repository... --- ExampleApp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleApp/main.cpp b/ExampleApp/main.cpp index 382fd3c..f6c41bf 100644 --- a/ExampleApp/main.cpp +++ b/ExampleApp/main.cpp @@ -39,7 +39,7 @@ void ExampleFiles() int main() { ExampleString(); - ExampleFiles(); + //ExampleFiles(); return 0; }