repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / haikudepot / main.cpp
blobf01d9159d6f3c40a13da2969f93943e171c852fb
1 /*
2 * Copyright 2013, Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
7 #include <stdio.h>
9 #include "App.h"
12 int
13 main(int argc, char* argv[])
15 App().Run();
16 return 0;