7 lines
118 B
Text
7 lines
118 B
Text
$ include "seed7_05.s7i";
|
|
include "time.s7i";
|
|
|
|
const proc: main is func
|
|
begin
|
|
writeln(time(NOW));
|
|
end func;
|