Sha256: 80f2189ec64839e75ca085eaa4a2319721f568dcb31d31f1bcef6d7060bf98be
Contents?: true
Size: 309 Bytes
Versions: 30
Compression:
Stored size: 309 Bytes
Contents
module Clock let mkClock hours minutes = failwith "You need to implement this function." let add minutes clock = failwith "You need to implement this function." let subtract minutes clock = failwith "You need to implement this function." let display clock = failwith "You need to implement this function."
Version data entries
30 entries across 30 versions & 1 rubygems