mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
c9da27e147
Fixes #24419.
3 lines
68 B
JavaScript
3 lines
68 B
JavaScript
import { add } from "addPkg";
|
|
|
|
console.log(`1 + 2 = ${add(1, 2)}`);
|