index
:
standingwithresilience
dog-from-inside
master
setup
To help us share resources
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Context.hpp
blob: cb652e84dc4257dd299137004ea72895c1915d64 (
plain
)
1
2
3
4
5
6
7
8
#include
<string>
using
namespace
std
;
class
Context
{
public
:
string
text
;
};