import { add } from "jsr:@denotest/add";

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