From 73bb7228790b681150b140c5869a74de297bc57b Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 11 Oct 2023 10:21:51 +0200 Subject: [PATCH] Updated the correct.cpp --- units/2023_10_11/correct.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 units/2023_10_11/correct.cpp diff --git a/units/2023_10_11/correct.cpp b/units/2023_10_11/correct.cpp new file mode 100644 index 0000000..eff2a64 --- /dev/null +++ b/units/2023_10_11/correct.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; + +int main() { + cout << "Mit Ausdauer und Behaarlichkeit"; + cout << " kommt man immer nas Ziel"; + + return (0); +} \ No newline at end of file