0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-12 07:07:43 -04:00
deno/tests/specs/compile/patch/main/main.ts

3 lines
66 B
TypeScript

import { add } from "jsr:@denotest/add";
console.log(add(1, 2));