1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00

Fixing th format issues

This commit is contained in:
MohammadSu1 2024-11-08 19:33:54 +02:00
parent 4db134d19e
commit ca469ae97b
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
import * as a from "./a.cts";
console.log(a.add(1,2));
console.log(a.add(1, 2));