11 lines
128 B
Plaintext
11 lines
128 B
Plaintext
|
class foo {
|
||
|
|
||
|
private:
|
||
|
int a;
|
||
|
int b;
|
||
|
public:
|
||
|
foo() {}
|
||
|
void bar() {
|
||
|
}
|
||
|
};
|