import Diagnostics from 'Diagnostics';

void async function main() {
  Diagnostics.log('hello, world');

}();