#include #include "mymath.h" int main(){ printf("hello world\n"); printf("4 * 5 = %d\n", mult(4, 5) ); return 0; }