0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/tests/028_args.ts
2019-04-07 01:13:06 +03:00

3 lines
51 B
TypeScript

Deno.args.forEach(arg => {
console.log(arg);
});