(***********************************************************************) (* *) (* Objective Caml *) (* *) (* Pierre Weis, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 2001 Institut National de Recherche en Informatique et *) (* en Automatique. All rights reserved. This file is distributed *) (* only by permission. *) (* *) (***********************************************************************) #use "hanoi-fra.ml";; print_string "Pour lancer: jeu ;;"; print_newline();; #use "grahanoi-fra.ml";; print_string "Pour lancer: jeu ;;"; print_newline();; #use "hanoi-eng.ml";; print_string "To run: game ;;"; print_newline();; #use "grahanoi-eng.ml";; print_string "To run: game ;;"; print_newline();;