index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testdata
/
run
/
045_mod.ts
blob: b5f2a0b5b4f4b5cc9f1c91bae4053ead49634aba (
plain
)
1
2
3
4
5
import { output } from "./045_output.ts"; if (import.meta.main) { output("Hello!"); }