@ -6,7 +6,7 @@
class Nail {
public:
Nail(float length)
: length(length) {};
: length(length) {}
float getLength() {
return length;