10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
|
loop('
|
||
|
speed = cpu_speed();
|
||
|
message = "Current CPU clock: " + string(speed);
|
||
|
|
||
|
output(message);
|
||
|
wait 300;
|
||
|
');
|
||
|
|
||
|
|