import singleton.singleton;
import std.stdio : writeln;

void main()
{
    writeln(Singleton.getInstance().getDescription());
}