#include <iostream>
{
public:
{}
{
std::cout << "Hello, world! This is SObjectizer v.5 ("
}
{
std::cout << "Bye! This was SObjectizer v.5." << std::endl;
}
};
int main()
{
try
{
{
} );
}
catch( const std::exception & ex )
{
std::cerr << "Error: " << ex.what() << std::endl;
return 1;
}
return 0;
}