From 47ccf3bf11bec4dd6e6c7d6bd7acd05daedffdc6 Mon Sep 17 00:00:00 2001 From: hacktober24 <44426276+hacktober24@users.noreply.github.com> Date: Sun, 13 Jan 2019 22:18:15 +0530 Subject: [PATCH] Added link to F# tutorial (#27727) --- guide/english/fsharp/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/fsharp/index.md b/guide/english/fsharp/index.md index 61efbe813a..e65397fe8f 100644 --- a/guide/english/fsharp/index.md +++ b/guide/english/fsharp/index.md @@ -25,3 +25,5 @@ type People = { } +## Other Resources +* [F# Tutorial](https://www.tutorialspoint.com/fsharp/)