Preview:
#from terminal
deno run file.js/ts

#options/flags
Deno.args[0] from std input

deno run file.js/ts 'some input'


#logging
import * as log from "https://deno.land/std/log/mod.ts"
log.info('message')
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter