4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
export async function main(ns){
|
|
ns.tprint('hello world');
|
|
}
|
export async function main(ns){
|
|
ns.tprint('hello world');
|
|
}
|