Files
bitburner-scripts/servers/home/example.js
2023-10-05 15:48:37 +02:00

5 lines
77 B
JavaScript

export async function main(ns){
const a = 1;
ns.tprint('hello world');
}