初始化
This commit is contained in:
12
ConsoleApp3/ConsoleApp3.fsproj
Normal file
12
ConsoleApp3/ConsoleApp3.fsproj
Normal file
@@ -0,0 +1,12 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.fs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
4
ConsoleApp3/Program.fs
Normal file
4
ConsoleApp3/Program.fs
Normal file
@@ -0,0 +1,4 @@
|
||||
// For more information see https://aka.ms/fsharp-console-apps
|
||||
printfn "Hello from F#"
|
||||
|
||||
let A=[0xaa;0x0c;0x01;0x01;0x7a;0x74;0x01;0x01]
|
||||
Reference in New Issue
Block a user