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