dev breanch test

This commit is contained in:
2025-10-02 13:48:08 +02:00
parent a09be35e3e
commit ce681dd58d

View File

@@ -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;
}