summaryrefslogtreecommitdiff
path: root/tests/testdata/run/028_args.ts
blob: ec41d52f9e1260788030142751b0466fc1adc3c9 (plain)
1
2
3
Deno.args.forEach((arg) => {
  console.log(arg);
});