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!"