2 lines
70 B
Text
2 lines
70 B
Text
|
|
t:=Time.Clock.time; Atomic.sleep(3); (Time.Clock.time - t).println();
|