From ffa1b41abd02b5f21f1e9a00a7cb22fa1a649c6d Mon Sep 17 00:00:00 2001 From: Mehul Singhal Date: Mon, 2 Oct 2017 21:00:08 +0530 Subject: [PATCH] hello world in F# --- D/{Instructions => Instructions.txt} | 0 Hello_World_F#.m | 3 +++ 2 files changed, 3 insertions(+) rename D/{Instructions => Instructions.txt} (100%) create mode 100644 Hello_World_F#.m diff --git a/D/Instructions b/D/Instructions.txt similarity index 100% rename from D/Instructions rename to D/Instructions.txt diff --git a/Hello_World_F#.m b/Hello_World_F#.m new file mode 100644 index 0000000..7d55fc0 --- /dev/null +++ b/Hello_World_F#.m @@ -0,0 +1,3 @@ +(* This is a comment *) +(* Sample Hello World program using F# *) +printfn "Hello World!" \ No newline at end of file