repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / login / main.cpp
blob3f94a495d4d3324b0b8f03076044acdeab5354c7
1 /*
2 * Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
7 #include "LoginApp.h"
9 int main(int , char **)
11 LoginApp app;
12 app.Run();
14 return 0;