Skip to content

Commit 4e98813

Browse files
committed
Lisa hello
1 parent 2db16e2 commit 4e98813

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/hello/dune

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
(executable
2+
(name hello))

src/hello/hello.ml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
let print_hello name =
2+
print_endline ("Hello, " ^ name ^ "!")
3+
4+
let () = print_hello "OCaml"

0 commit comments

Comments
 (0)