summaryrefslogblamecommitdiff
path: root/old/src/main.cc
blob: 7bca3315440fb4e9933a0bcfcd4e141d44b9e654 (plain) (tree)
1
2
3
4
5
6





                                              
# include <fcntl.h>
# include <luma/main.hh>
# include <unistd.h>
int main(int const argc,char const * * argv) {
	luma::app_t app(argc,argv);
}