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.