export module math:math1; export int add(int fir, int sec) { return fir + sec; }