fork download
  1. [usr@localhost]$ make && ./a.out -9 -b -Desto -aquello
  2. rm a.out
  3. rm: cannot remove `a.out': No such file or directory
  4. make: [clean] Error 1 (ignored)
  5. ocamlc test.ml
  6. File "test.ml", line 32, characters 18-22:
  7. Error: This expression has type string list
  8. but an expression was expected of type 'a ref
  9. make: *** [all] Error 2
  10.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty