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
/
cli
/
tests
/
subdir
/
print_hello.ts
blob: 7ecce50405b1916b17ffca8429e90c38b141ab8e (
plain
)
1
2
3
export function printHello(): void { console.log("Hello"); }