Files
ts-scripts/helloworld-js/main.js

4 lines
69 B
JavaScript
Executable File

#!/usr/bin/env -S deno run --allow-env
console.log("Hello world.");