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

3 lines
48 B
Scheme
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
(use posix)
(seconds->string (current-seconds))