Crow/example.cpp

9 lines
69 B
C++
Raw Normal View History

2014-03-30 13:53:56 +00:00
#include "flask.h"
flask::Flask app;
int main()
{
app.run();
}