diff --git a/main.cpp b/main.cpp index 1c4cb60..b164a72 100644 --- a/main.cpp +++ b/main.cpp @@ -5,4 +5,6 @@ int number = 12; main() { std::cout << "Hallo Welt" << std::endl << number << std::endl; + + std::cout << "experimentelle und evtl nicht fehlerfreier Code" << std::endl; } \ No newline at end of file