549 B
549 B
Assessment for Lab 01
Total score: 25 / 25
Run on February 10, 11:16:29 AM.
-
Pass: Change into directory "Lab_01".
-
Pass: Check that file "fib.ml" exists.
-
5 / 5 : Pass: Check that an OCaml file "fib.ml" has no syntax or type errors.
OCaml file "fib.ml" has no syntax or type errors.
-
10 / 10 : Pass: Check that the result of evaluating
fib 0
matches the pattern0
. -
10 / 10 : Pass: Check that the result of evaluating
fib 5
matches the pattern5
.