bitburner-src/netscript_tests/tb_foo.script

4 lines
49 B
Plaintext
Raw Normal View History

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