summaryrefslogtreecommitdiff
path: root/tests/specs/compile/patch/main/main.ts
blob: 8fb44d2ed9164168ef50c46619a152ab97786166 (plain)
1
2
3
import { add } from "jsr:@denotest/add";

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