上传文件至 ''

This commit is contained in:
Sanchime 2022-02-16 20:18:12 +08:00
parent f4f8a3df52
commit 328530d0db
5 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Basic_practice_of_FSharp</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
</Project>

1
HEAD Normal file
View File

@ -0,0 +1 @@
ref: refs/heads/master

2
Program.fs Normal file
View File

@ -0,0 +1,2 @@

printfn "Hello world of F#"

5
config Normal file
View File

@ -0,0 +1,5 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true

1
description Normal file
View File

@ -0,0 +1 @@
Unnamed repository; edit this file 'description' to name the repository.