exercism/fsharp/example/Example.fs

4 lines
69 B
Forth
Raw Normal View History

2016-08-23 17:33:06 +00:00
module Example
type Example() =
member this.Add(x, y) = x + y