5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
export async function main(ns){
|
|
const a = 1;
|
|
ns.tprint('hello world');
|
|
}
|