Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let run_clock size =
- try
- open_clock size
- with
- | Graphic_failure ("fatal I/O error") ->
- print_string "Hello!"
- print_current_time size
- ;;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement