8 lines
69 B
C++
8 lines
69 B
C++
class ExampleListing {
|
|
private:
|
|
int test;
|
|
|
|
public:
|
|
int toast;
|
|
};
|