init
This commit is contained in:
commit
ab055ed8fc
11 changed files with 197 additions and 0 deletions
5
example/source.ml
Normal file
5
example/source.ml
Normal file
|
@ -0,0 +1,5 @@
|
|||
let add a b = a + b;;
|
||||
|
||||
let failure = a+ b;;
|
||||
|
||||
add 3 4;;
|
Loading…
Add table
Add a link
Reference in a new issue