RosettaCodeData/Task/System-time/Scheme/system-time-1.ss

3 lines
48 B
Scheme
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(use posix)
(seconds->string (current-seconds))