1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 09:39:08 -05:00
denoland-deno/testdata/subdir/print_hello.ts
2018-05-14 17:28:31 -04:00

3 lines
63 B
TypeScript

export function printHello(): void {
console.log("Hello");
}