RosettaCodeData/Task/Host-introspection/OCaml/host-introspection-1.ml
2024-10-16 18:07:41 -07:00

2 lines
123 B
OCaml

Printf.printf "%d\n" Sys.word_size; (* Print word size *)
Printf.printf "%s\n" Sys.os_type; (* Print operating system *)