Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let current_tm =
- Unix.localtime (Unix.time ())
- in
- let tm =
- time ((current_tm.tm_hour mod 12), (current_tm.tm_min))
- in draw_clockS size (a_clock_for_time current_tm )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement