Übung: handgestrickter String, um die Fallen von C++ lustvoll zu erleiden

Todo

Use this file to further describe what’s there

ADD_SUBDIRECTORY(group1)
ADD_SUBDIRECTORY(group2)
ADD_SUBDIRECTORY(trainer-solution)
.
├── CMakeLists.txt
├── group1
│   ├── CMakeLists.txt
│   ├── mystring.cpp
│   └── mystring.h
├── group2
│   ├── CMakeLists.txt
│   ├── mystring.cpp
│   └── mystring.h
├── index.rst
├── test.cc
└── trainer-solution
    ├── CMakeLists.txt
    ├── mystring.cpp
    └── mystring.h

3 directories, 12 files