mirror of
https://github.com/nasa/trick.git
synced 2025-06-23 17:17:34 +00:00
6 lines
60 B
C++
6 lines
60 B
C++
class JarOfJam
|
|
{
|
|
public:
|
|
std::string blackberry;
|
|
};
|