#include "main.ih"

int main(int argc, char **argv)
{
    Demo demo(argc);

    demo.show();
}
