Added example desctiption.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
cout << "Hello World!" << endl;
|
||||
cout << "Type factory simple example" << endl;
|
||||
|
||||
struct Base {
|
||||
virtual ~Base() = default;
|
||||
|
||||
Reference in New Issue
Block a user