1/*
2 * Copyright 2013, Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */567#include <stdio.h>
89#include "App.h"
101112int13main(intargc, char* argv[])
14{
15App().Run();
16return0;
17}
18