0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 14:47:26 -04:00
deno/tests/specs/outdated/mixed_workspace/print_file.ts

2 lines
76 B
TypeScript

const file = Deno.args[0];
console.log(Deno.readTextFileSync(file).trim());