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
BTRFS: Implement BTree::Path and change _Find.
[haiku.git]
/
src
/
apps
/
poorman
/
PoorMan.cpp
blob
6e7ce3262d4ccd1924c47e852fc14580cd500761
1
/* PoorMan.cpp
2
*
3
* Philip Harrison
4
* Started: 4/25/2004
5
* Version: 0.1
6
*/
7
//#include <stdio.h>
8
9
#include
"PoorManApplication.h"
10
11
int
12
main
()
13
{
14
PoorManApplication webServer
;
15
webServer
.
Run
();
16
17
//printf("webServer: %p", &webServer);
18
//printf("be_app: %p", be_app);
19
20
return
0
;
21
}