repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git]
/
src
/
apps
/
login
/
main.cpp
blob
3f94a495d4d3324b0b8f03076044acdeab5354c7
1
/*
2
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
3
* Distributed under the terms of the MIT License.
4
*/
5
6
7
#include
"LoginApp.h"
8
9
int
main
(
int
,
char
**)
10
{
11
LoginApp app
;
12
app
.
Run
();
13
14
return
0
;
15
}