Added example desctiption.

This commit is contained in:
2026-02-27 21:43:04 -05:00
parent 3f4d5b30a5
commit f8681441e2

View File

@@ -5,7 +5,7 @@
using namespace std;
int main() {
cout << "Hello World!" << endl;
cout << "Type factory simple example" << endl;
struct Base {
virtual ~Base() = default;