summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/print_hello.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/subdir/print_hello.ts')
-rw-r--r--cli/tests/subdir/print_hello.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/subdir/print_hello.ts b/cli/tests/subdir/print_hello.ts
new file mode 100644
index 000000000..7ecce5040
--- /dev/null
+++ b/cli/tests/subdir/print_hello.ts
@@ -0,0 +1,3 @@
+export function printHello(): void {
+ console.log("Hello");
+}