Examples
Hello, World!
Lets see is this works.
This is an example:
open Test
let v1 = 0
let v2 = 1
let add a b = a + b
add v1 v2Cool!
Hello, World!
Lets see is this works.
This is an example:
open Test
let v1 = 0
let v2 = 1
let add a b = a + b
add v1 v2Cool!