Files
bitburner-scripts/servers/home/example2.js
Nils Ramstöck 02c5c003a6 update build.mjs
2023-10-04 15:45:21 +02:00

4 lines
62 B
JavaScript

export async function main(ns){
ns.tprint('hello world');
}