summaryrefslogtreecommitdiff
path: root/src/main.cc
blob: a6341a6eaadbfc010704748b3f4c31674a00ad6d (plain) (blame)
1
2
3
4
# include <benoit/main.hh>
int main(int const argc,char const * * argv) {
	benoit::main(argc,argv);
}