From 7e28f74e3def85ee74c53a239a9d8dcb86142f84 Mon Sep 17 00:00:00 2001 From: Prashant Bhapkar <60314439+Prashant-Bhapkar@users.noreply.github.com> Date: Sat, 29 Oct 2022 22:10:35 +0530 Subject: [PATCH] Add F# (#1406) * Added F# * Update language count * Update doc * Update readme.md Co-authored-by: Gabe <66077254+MrBrain295@users.noreply.github.com> --- f/F#.fs | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 f/F#.fs diff --git a/f/F#.fs b/f/F#.fs new file mode 100644 index 00000000..06c6868c --- /dev/null +++ b/f/F#.fs @@ -0,0 +1 @@ +printfn "Hello World" diff --git a/readme.md b/readme.md index 1650d109..fc516234 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (945 total) +## Languages (946 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -342,6 +342,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Evil](e/Evil) * [Executable](e/Executable.exe) * [Express](e/Express.js) +* [F#](f/F%23.fs) * [F](f/F.f95) * [Factor](f/Factor.factor) * [Factors](f/Factors.fact)