Bitburner-Scripts/servers/home/hello-world.js

4 lines
90 B
JavaScript
Raw Normal View History

2023-11-02 16:45:45 -03:00
/** @param {NS} ns */
export async function main(ns) {
ns.tprint("Hello World!");
}