RosettaCodeData/Task/System-time/Scheme/system-time-1.scm
2024-10-16 18:07:41 -07:00

2 lines
48 B
Scheme

(use posix)
(seconds->string (current-seconds))