⛏️ index : haiku.git

/*
 * Copyright 2013, Stephan Aßmus <superstippi@gmx.de>
 * All rights reserved. Distributed under the terms of the MIT License.
 */


#include <stdio.h>

#include "App.h"


int
main(int argc, char* argv[])
{
	App().Run();
	return 0;
}