highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
main.cpp
Go to the documentation of this file.
1 
13 #include "Application.hpp"
14 
15 int main(int argc, char** argv)
16 {
17  Application application;
18  return application.run(argc, argv);
19 }