#use "warmup.ml";; #use "testUtils.ml";; (* TEST index *) let answer = index [5;4;1;2;3] 2;; prt_int answer ;;