This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
738e80a0da
denoland-deno
/
cli
/
tests
/
testdata
/
subdir
/
print_hello.ts
4 lines
57 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(cli/tests): remove unnecessary void return types (#11577)
2021-08-05 07:08:58 -04:00
export
function
printHello() {
Add tests/003_relative_import.ts
2018-07-26 14:12:38 -04:00
console
.
log
(
"Hello"
)
;
}
Copy permalink