From 328530d0db2688027fc72c337c25254b7430b464 Mon Sep 17 00:00:00 2001 From: Sanchime Date: Wed, 16 Feb 2022 20:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Basic-practice-of-FSharp.fsproj | 13 +++++++++++++ HEAD | 1 + Program.fs | 2 ++ config | 5 +++++ description | 1 + 5 files changed, 22 insertions(+) create mode 100644 Basic-practice-of-FSharp.fsproj create mode 100644 HEAD create mode 100644 Program.fs create mode 100644 config create mode 100644 description diff --git a/Basic-practice-of-FSharp.fsproj b/Basic-practice-of-FSharp.fsproj new file mode 100644 index 0000000..446d269 --- /dev/null +++ b/Basic-practice-of-FSharp.fsproj @@ -0,0 +1,13 @@ + + + + Exe + net6.0 + Basic_practice_of_FSharp + + + + + + + diff --git a/HEAD b/HEAD new file mode 100644 index 0000000..cb089cd --- /dev/null +++ b/HEAD @@ -0,0 +1 @@ +ref: refs/heads/master diff --git a/Program.fs b/Program.fs new file mode 100644 index 0000000..b3a70f0 --- /dev/null +++ b/Program.fs @@ -0,0 +1,2 @@ + +printfn "Hello world of F#" diff --git a/config b/config new file mode 100644 index 0000000..515f483 --- /dev/null +++ b/config @@ -0,0 +1,5 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true diff --git a/description b/description new file mode 100644 index 0000000..498b267 --- /dev/null +++ b/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository.