change language in examples back to csharp

parser does not support fsharp syntax highlighting
This commit is contained in:
sholland1 2015-10-27 18:54:39 -05:00
parent 469541783d
commit 3cf044d123

View File

@ -16,7 +16,7 @@ The syntax of F# is different from C-style languages:
If you want to try out the code below, you can go to [tryfsharp.org](http://www.tryfsharp.org/Create) and paste it into an interactive REPL.
```fsharp
```csharp
// single line comments use a double slash
(* multi line comments use (* . . . *) pair