From 7d2e7e186fcee41c46683a0b76e9531f94f91692 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 23 Oct 2019 17:34:39 -0400 Subject: move content to starts folder for consolidation --- starts/biscuit/Context.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 starts/biscuit/Context.hpp (limited to 'starts/biscuit/Context.hpp') diff --git a/starts/biscuit/Context.hpp b/starts/biscuit/Context.hpp new file mode 100644 index 0000000..cb652e8 --- /dev/null +++ b/starts/biscuit/Context.hpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +class Context { +public: + string text; +}; -- cgit v1.2.3