1 changed files with
25 additions and
25 deletions
|
|
@ -6,7 +6,7 @@
|
|
|
|
class Nail {
|
|
|
|
class Nail {
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
Nail(float length)
|
|
|
|
Nail(float length)
|
|
|
|
: length(length) {};
|
|
|
|
: length(length) {}
|
|
|
|
|
|
|
|
|
|
|
|
float getLength() {
|
|
|
|
float getLength() {
|
|
|
|
return length;
|
|
|
|
return length;
|
|
|
|