X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/d8214dc258396483f72533504515a4e1d1b3deef..f59ac471aa5a080301d70e7d7e1e81f34151ba2f:/interpretor/main.ml diff --git a/interpretor/main.ml b/interpretor/main.ml index 9f3e796..082fba3 100644 --- a/interpretor/main.ml +++ b/interpretor/main.ml @@ -71,9 +71,23 @@ let main () = let rates = output#frequency in let output_paths = wave#write rates data in - let _ = Array.map print_string output_paths in + let _ = Array.map print_endline output_paths in ();; + + + + + + + + + + + + + + (* try (* preprocess *)