mirror of
https://github.com/denoland/deno.git
synced 2025-02-21 12:53:05 -05:00
4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
![]() |
import { add } from "./add.js";
|
||
|
|
||
|
console.log(add(1, 2));
|