mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
change language in examples back to csharp
parser does not support fsharp syntax highlighting
This commit is contained in:
parent
469541783d
commit
3cf044d123
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user