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