Code Review
/
apps
/
mediaplayer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Update to new color scheme
[apps/mediaplayer.git]
/
app
/
config.tests
/
libhomescreen.cpp
1
#include <libhomescreen.hpp>
2
3
int main(int argc,char **argv)
4
{
5
LibHomeScreen libHomeScreen;
6
return 0;
7
}