From f8681441e22bcba5ddd684f36864c7c6500adbb1 Mon Sep 17 00:00:00 2001 From: deeaitch Date: Fri, 27 Feb 2026 21:43:04 -0500 Subject: [PATCH] Added example desctiption. --- typefactory/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;