aboutsummaryrefslogblamecommitdiffstats
path: root/example.cpp
blob: 3b07d6167cc8c36398753cc0f96b8a071c3a4f02 (plain) (tree)
1
2
3
4
5
6
7
8







                  
#include "flask.h"

flask::Flask app;

int main()
{
    app.run();
}