Sha256: c94ffba3188b1166e42b1d7fb4fa52b210288208f01977a11d8fe7a347fb1cf2
Contents?: true
Size: 251 Bytes
Versions: 5
Compression:
Stored size: 251 Bytes
Contents
(ns clock) (defn clock->string [clock] ;; <- arglist goes here ;; your code goes here ) (defn clock [hours minutes] ;; <- arglist goes here ;; your code goes here ) (defn add-time [clock time] ;; <- arglist goes here ;; your code goes here )
Version data entries
5 entries across 5 versions & 1 rubygems