exercism/fsharp/example/Example.fs

4 lines
69 B
Forth

module Example
type Example() =
member this.Add(x, y) = x + y