/** @param {NS} ns */ export async function main(ns) { ns.tprint("Hello World!"); }