bitburner-src/test/netscript/tb_foo.script
2022-01-26 05:35:21 -05:00

4 lines
49 B
Plaintext

while(true) {
print("hi");
sleep(5000);
}