初始化

This commit is contained in:
2025-11-20 16:20:04 +08:00
commit 4230fa4d27
777 changed files with 232488 additions and 0 deletions

View 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
View 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]