mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
4 lines
49 B
Plaintext
4 lines
49 B
Plaintext
while(true) {
|
|
print("hi");
|
|
sleep(5000);
|
|
} |