summaryrefslogtreecommitdiff
path: root/tests/specs/run/_028_args/028_args.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/_028_args/028_args.ts')
-rw-r--r--tests/specs/run/_028_args/028_args.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/run/_028_args/028_args.ts b/tests/specs/run/_028_args/028_args.ts
new file mode 100644
index 000000000..ec41d52f9
--- /dev/null
+++ b/tests/specs/run/_028_args/028_args.ts
@@ -0,0 +1,3 @@
+Deno.args.forEach((arg) => {
+ console.log(arg);
+});