RosettaCodeData/Task/Assertions/F-Sharp/assertions.fs
2023-07-01 13:44:08 -04:00

4 lines
40 B
FSharp

let test x =
assert (x = 42)
test 43