6 lines
95 B
C++
6 lines
95 B
C++
class ClassWithMethod {
|
|
public:
|
|
static int getInt() { return 0; };
|
|
};
|
|
|