]> mj.ucw.cz Git - moe.git/blob - examples/timelib/timetest.pas
Moved timelib to examples/timelib. The misc directory is gone.
[moe.git] / examples / timelib / timetest.pas
1 uses timelib;
2 var i:longint;
3 begin
4 for i:=1 to 100000000 do i := i;
5 writeln(cpspc_time);
6 end.