Hello World in OCaml
Every programming journey starts with Hello World. Let’s write our first OCaml program and explore what makes this functional language special.
The Code
Create a file named hello.ml:
|
Every programming journey starts with Hello World. Let’s write our first OCaml program and explore what makes this functional language special.
Create a file named hello.ml:
|