#!/usr/bin/env ts-node async function main(): Promise{ console.log('hello world') } void main();