15 lines
130 B
C++
15 lines
130 B
C++
#include <iostream>
|
|
#include <strings.h>
|
|
|
|
#ifndef HYDRANGEA_H
|
|
#define HYDRANGEA_H
|
|
|
|
class Hydrangea
|
|
{
|
|
private:
|
|
|
|
public:
|
|
|
|
};
|
|
|
|
#endif |