summaryrefslogtreecommitdiff
path: root/cli/tests/003_relative_import.ts
blob: 01d5d7faac3c1e1cd4f9847ac2928454a5d1a11f (plain)
1
2
3
import { printHello } from "./subdir/print_hello.ts";

printHello();