Example Command

example_test.cpp

This is an example of how to use the Test class. More details about this example.

void main()
{
  Test t;
  t.example();
}