### Feedback for Lab 01 Run on January 18, 15:27:21 PM. + Pass: Change into directory "Lab_01". + Pass: Check that file "fib.ml" exists. + Pass: Check that an OCaml file "fib.ml" has no syntax or type errors. OCaml file "fib.ml" has no syntax or type errors. + Pass: Check that the result of evaluating `fib 0` matches the pattern `0`. + Pass: Check that the result of evaluating `fib 5` matches the pattern `5`.