#ifndef COMPONENTS_H
#define COMPONENTS_H

namespace components {
  double multiply(double a, double b);
}

#endif /* COMPONENTS_H */
