diff --git a/typefactory/main.cpp b/typefactory/main.cpp index 5eabf41..a1aeb94 100644 --- a/typefactory/main.cpp +++ b/typefactory/main.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { - cout << "Hello World!" << endl; + cout << "Type factory simple example" << endl; struct Base { virtual ~Base() = default;