import { add } from "addPkg";

console.log(`1 + 2 = ${add(1, 2)}`);