#include #include "coconut/application.hpp" int main(int argc, char** argv) { coconut::Application app(argc, argv); return EXIT_SUCCESS; }