Skip to content

Commit d098535

Browse files
committed
Update learn.md
1 parent 9ecc0ef commit d098535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

learn.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ To learn F# use one of the free online resources or books below.
1919
Introduces you to F# and show you ways that F# can help in day-to-day development
2020
of mainstream commercial business software.
2121

22-
### [F# Cheat Sheet](http://dungpa.github.io/fsharp-cheatsheet/)
2322

2423
<img src="images/thumbs/cheetsheet.png" style="float:right;margin:5px 0px 5px 25px;" />
2524

25+
### [F# Cheat Sheet](http://dungpa.github.io/fsharp-cheatsheet/)
2626

2727
The cheat sheet is a small and concise guide to F# syntax for newcomers to get started with the language. It's available in [HTML](http://dungpa.github.io/fsharp-cheatsheet/) and [PDF](https://github.com/dungpa/fsharp-cheatsheet/raw/gh-pages/fsharp-cheatsheet.pdf) format.
2828

29+
2930
### [The F# Koans](https://github.com/ChrisMarinos/FSharpKoans#functional-koans---f)
3031

3132
Learn F# by just filling in the gaps! The F# Koans are a fun set of code snippets where you have to fill in gaps to get tests to pass, and you learn the language along the way. Also available as a [snippet](http://fssnip.net/bG) which can be loaded into interactive environments or your editor of choice.

0 commit comments

Comments
 (0)