import { add } from "./reexport.cjs";
import { multiply } from "./multiply.cts";

console.log(add(1, 2));
console.log(multiply(2, 3));