Sha256: 5bc4d6a50b9d52b3fc3d761c4976cfb065e75941d11ea7f51e6107ed5746bc3b
Contents?: true
Size: 329 Bytes
Versions: 396
Compression:
Stored size: 329 Bytes
Contents
;;; gigasecond.el --- Gigasecond exercise (exercism) ;;; Commentary: ;; Calculate the date one gigasecond (10^9 seconds) from the ;; given date. ;; ;; NB: Pay attention to Emacs' handling of time zones and dst ;; in the encode-time and decode-time functions. ;;; Code: (provide 'gigasecond) ;;; gigasecond.el ends here
Version data entries
396 entries across 396 versions & 1 rubygems