Toto

C++ code posted
created at 23 Oct 16:06

Edit | Back
1
2
3
4
5
6
7
8
class A
{
public:
    int getValue() const;
    void setValue(int value);
private:
    int value;
};
107 Bytes in 2 ms with coderay