learning F#, it seems pretty cool, favourite functional language so far.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

HelloWorldTests.fs 223B

12345678910111213
  1. // This file was auto-generated based on version 1.1.0 of the canonical data.
  2. module HelloWorldTests
  3. open FsUnit.Xunit
  4. open Xunit
  5. open HelloWorld
  6. [<Fact>]
  7. let ``Say Hi!`` () =
  8. hello |> should equal "Hello, World!"