aboutsummaryrefslogtreecommitdiffstats
path: root/example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example.cpp')
-rw-r--r--example.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/example.cpp b/example.cpp
new file mode 100644
index 0000000..3b07d61
--- /dev/null
+++ b/example.cpp
@@ -0,0 +1,8 @@
+#include "flask.h"
+
+flask::Flask app;
+
+int main()
+{
+ app.run();
+}