修改项目结构

This commit is contained in:
2025-12-26 16:19:49 +08:00
parent b160fae3fa
commit e42dadc876
2 changed files with 0 additions and 29 deletions

View File

@@ -5,7 +5,6 @@ using BLWData.Entity;
using CommonEntity;
using CommonTools;
using MessagePack;
using Microsoft.FSharp.Collections;
namespace ConsoleApp2
{
@@ -69,10 +68,6 @@ namespace ConsoleApp2
AAA uuu111 = MyMessagePacker.FastDeserialize<AAA>(qf);
//Console.WriteLine(uuu.MyClass.FirstOrDefault().FirstName);
FSharpList<byte> b = ListModule.OfArray(new byte[] { 0x01, 0x02, 0x03 });
FSharpList<byte> b1 = ListModule.OfArray(new byte[] { 0x01, 0x02, 0x03 });
bool bf = fv.check(b, b1);
Console.WriteLine(bf);
Console.WriteLine("Hello, World!");
}
public static void google_parse()