From 187dcd089f8a86e8d8e769769496f791d69ec09d Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 28 Sep 2014 21:46:13 +0200 Subject: Added the first tests --- tests/Standard.ml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/Standard.ml (limited to 'tests/Standard.ml') diff --git a/tests/Standard.ml b/tests/Standard.ml new file mode 100644 index 0000000..e13b98c --- /dev/null +++ b/tests/Standard.ml @@ -0,0 +1,5 @@ +let ( $ ) f x = f x + +let () = print_endline "Hello world!" +let () = print_int $ List.length [1; 2; 3] |> print_newline +let () = Printf.printf "The length of [1; 2; 3] is %d\n" $ List.length [1; 2; 3] -- cgit v1.2.3-70-g09d2