#include "example.h"

namespace example {
	int multiply(float a, float b) {
		return a * b;
	}
}
