Advertisement
Guest User

Untitled

a guest
Dec 15th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.18 KB | None | 0 0
  1. let current_tm =
  2.             Unix.localtime (Unix.time ())
  3.         in
  4.             let tm =
  5.                 time ((current_tm.tm_hour mod 12), (current_tm.tm_min))
  6.             in draw_clockS size (a_clock_for_time current_tm )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement